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

7 lines
99 B
CSS
Raw Normal View History

2019-12-28 13:33:14 +01:00
@import 'other2.css';
.subClass {
composes: className from './other.css';
background: blue;
}