next.js/test/e2e/app-dir/css-order/app/base-scss.module.scss
base-scss.module.scss7 lines68 B
// this is scss
$base1: rgb(255, 1, 0);

.base {
  color: $base1;
}
Quest for Codev2.0.0
/
SIGN IN