sublime-csscomb icon indicating copy to clipboard operation
sublime-csscomb copied to clipboard

Sublime plugin for CSScomb—CSS coding style formatter

Results 34 sublime-csscomb issues
Sort by recently updated
recently updated
newest added
trafficstars

According to the readme: > Custom configuration is fun and simple: just put `.csscomb.json` file in the project root or your HOME directory. but this just doesn't work for me.

CSSComb Error 'node' is not recognised as an internal or external command, operable program or batch file. I have Node installed but don't know what to do with this.

The website csscomb.com is expired and no longer available to use the Try Online tool. Please check!

Would it be possible to add the following config variable? `"space-after-closing-brace": "\n"` This way the code (especially for CSS) would look more readable. Another request: Could you split up this...

Traceback (most recent call last): File "D:\PortableProgram\Sublime Text 3\sublime_plugin.py", line 574, in run_ return self.run(edit) File "D:\PortableProgram\Sublime Text 3\Data\Packages\sublime-csscomb\CSScomb.py", line 27, in run combed = self.comb(originalBuffer, syntax, config) File "D:\PortableProgram\Sublime...

now gives a bit of information about where csscomb crashes instead of the unhandled promise rejection error

Not work sort Console Traceback (most recent call last): File "C:\Users*\Downloads\Sublime Text Build 3083 x64\sublime_plugin.py", line 556, in run_ return self.run(edit) File "C:\Users*\Downloads\Sublime Text Build 3083 x64\Data\Packages\CSScomb\CSScomb.py", line 35, in...

It doesn't work for me in Sublime Text 3

enhancement

I'm using csscomb on a project but don't want to use the rule `space-after-selector-delimiter` because the selectors are grouped based on length / semantic meaning like this (contrived example): ```...

enhancement

It would be useful to have an option to automate `Run CSSComb` on every save, rather than manually having to invoke the command.

enhancement