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.
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.
Copyright © 2021 Jogjafile Inc.