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

8 lines
113 B
SCSS
Raw Normal View History

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