rsnext/test/integration/css-fixtures/nm-module-nested/node_modules/example/index.module.css
2019-12-28 13:33:14 +01:00

6 lines
99 B
CSS

@import 'other2.css';
.subClass {
composes: className from './other.css';
background: blue;
}