rsnext/test/integration/css-fixtures/custom-configuration-legacy/styles/global.css

12 lines
212 B
CSS
Raw Normal View History

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