Does the CSS Editor support media queries?
-
I just tried to put in a simple media query via the CSS Editor [Jetpack with stock Twenty Fourteen theme]:
@media all { .something {color: red;} }and it get’s mangled to:
@media all {} }without a pre-processor enabled. Is that expected? All works fine if SASS or LESS are activated.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Does the CSS Editor support media queries?’ is closed to new replies.