Closed fharper closed 11 years ago
I haven't figure out an elegant way for my plugin to handle @media rules yet. Currently working on it though. I'll add a disclaimer to the readme in the meantime. Thanks for the reminder and sorry for the inconvenience.
Try it with anything inside @media brackets: it will clean the rest of the file, but nothing inside the @media element (nothing happen).
Example of CSS to clean:
@media screen and (orientation: landscape) { [role='toolbar'] { height: 100%; width: 30px; }}