next.js/test/e2e/postcss-config-ts/postcssrc/app/globals.css
globals.css6 lines123 B
.test-class {
  /* This red color should be transformed to green by the PostCSS plugin */
  color: red;
  display: flex;
}
Quest for Codev2.0.0
/
SIGN IN