stolksdorf / CleanCSS

CSS beautifier and sorter for Sublime text 2
55 stars 7 forks source link

It doesn't clean code inside @media #3

Closed fharper closed 11 years ago

fharper commented 11 years ago

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

stolksdorf commented 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.