rsnext/test/integration/css-fixtures/bad-custom-configuration-arr-8/styles/global.css

14 lines
249 B
CSS

/* 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;
}