rsnext/test/integration/css-fixtures/nm-module-nested/node_modules/example/other.css

7 lines
74 B
CSS
Raw Normal View History

2019-12-28 13:33:14 +01:00
@import 'other3.css';
.className {
background: red;
color: yellow;
}