next.js/test/e2e/app-dir/scss/nm-module-nested/node_modules/example/other.module.scss
other.module.scss8 lines87 B
@import 'other3.scss';

$var: red;
.className {
  background: $var;
  color: yellow;
}
Quest for Codev2.0.0
/
SIGN IN