next.js/test/integration/css-fixtures/composes-external/pages/index.module.css
index.module.css5 lines76 B
.subClass {
  composes: className from './other.css';
  background: blue;
}
Quest for Codev2.0.0
/
SIGN IN