next.js/test/e2e/app-dir/random-in-sass/components/hello.module.scss
hello.module.scss5 lines67 B
.hello {
  font-size: random(100) + px;
  color: rgb(0, 255, 0);
}
Quest for Codev2.0.0
/
SIGN IN