next.js/test/integration/css-fixtures/bad-custom-configuration-arr-2/styles/global.css
global.css15 lines249 B
/* this should pass through untransformed */
@media (480px <= width < 768px) {
  a::before {
    content: '';
  }
  ::placeholder {
    color: green;
  }
}

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