rsnext/test/integration/css-fixtures/npm-import-nested/node_modules/example/test.css

6 lines
51 B
CSS
Raw Normal View History

2019-12-28 13:33:14 +01:00
@import url('other.css');
.test {
color: red;
}