Dotless media query is not output

263 Views Asked by At

I have this rule in my code.

@media all and (max-width: 600px) { foobar }

I see the stuff between the braces (e.g. foobar) when I look at the css output by dotless. But it's not inside of a media tag, so it goes to all media types.

0

There are 0 best solutions below