rsnext/test/integration/css-fixtures/composes-external/pages/index.module.css

5 lines
76 B
CSS
Raw Normal View History

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