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

When I try to run this, nothing happens. My file is saved as .css and my syntax is set to css as well. The following console message is given: ---...

I`m using sublime3 and iam getting this error TypeError: object of type 'NoneType' has no len() while iam trying to run CSS COMB.

It works as expected if I only run ctrl+shit+c once. If i run this shortcut again it adds an extra new line between each group of similar properties: position: absolute...

CSScomb displays an alert whenever it's being ran on invalid syntax. This is really annoying when the alert window pops out when I run it when having some random text...

I use Sass and when I run comb in Sublime Text 3 with the following example ``` input, button, select, textarea font-size: inherit line-height: inherit ``` I always get an...

I think that it is not working becouse the old version, but maybe have the solution for fix this. https://monosnap.com/file/aiWM6jLetZRQedYumEIvbgVAvNZ3Z5 I want will add newline before children selector. Do you...

Now, after running CSScomb the cursor stays where it was in Sublime Text 3. It would be much more useful if the cursor was set at same statement where it...

I have installed Sublime2.0.2 and the latest version of Node and CSSComb on Win7 & WinXp SP3, but both of them do not work at all. There's an Error: >...

It would be great if options for indentation and newline at end of file could be loaded form `.editorconfig` if present.

I am having the same issue with CSS Comb. I added my Node path in the settings like so: "node-path" : "C:/Program Files (x86)/nodejs/node", And I added the path in...