next.js/test/integration/css-fixtures/custom-configuration/styles/global.css
global.css12 lines212 B
/* this should pass through untransformed */
@media (480px <= width < 768px) {
  ::placeholder {
    color: green;
  }
}

/* this should be transformed to width/height */
.video {
  -xyz-max-size: 400px 300px;
}
Quest for Codev2.0.0
/
SIGN IN