csscomb / sublime-csscomb

Sublime plugin for CSScomb—CSS coding style formatter
398 stars 61 forks source link

Doesn't seem to work well with less #4

Closed MarkMurphy closed 10 years ago

MarkMurphy commented 10 years ago

This really doesn't seem to work well with less when it comes to nested styles, is this a known issue or should it be working?

smlombardi commented 10 years ago

I can confirm this. Does not work at all with LESS files. Even just selecting a single-level group of rules. I had 2 font-size entries and they were not put together. Nothing changes at all.

tonyganch commented 10 years ago

@MarkMurphy, nested rules are a known issue, yes: csscomb/csscomb.js#163

@smlombardi, can you please open a new issue and tell me what goes wrong? The following info will be helpful too: your OS, Sublime version, CSScomb package version and what Sublime prints in console (you can open it by holding ctrl + ` on Mac, for example).

MarkMurphy commented 10 years ago

@tonyganch csscomb/csscomb.js#163 has been fixed, just want to make sure this hasn't been forgotten about.

tonyganch commented 10 years ago

@MarkMurphy, csscomb/csscomb.js#163 has been fixed in dev branch. There are some more things to be done before we can make it stable. I will ping you once everything is ready.