next.js/test/integration/css-features/fixtures/module-import-exports/pages/styles.module.css
styles.module.css6 lines61 B
@value b1 from "./colors.module.css";

.blk {
  color: b1;
}
Quest for Codev2.0.0
/
SIGN IN