next.js/test/integration/css-fixtures/nm-module-nested/node_modules/example/index.module.css
index.module.css7 lines99 B
@import 'other2.css';

.subClass {
  composes: className from './other.css';
  background: blue;
}
Quest for Codev2.0.0
/
SIGN IN