rsnext/test/integration/css-fixtures/custom-configuration-legacy/styles/global.css
2019-12-30 17:53:35 -06:00

11 lines
212 B
CSS

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