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

CSScomb plugin for Vim. Tool for sorting CSS properties in specific order.

Results 5 vim-csscomb issues
Sort by recently updated
recently updated
newest added
trafficstars

Hey guys, csscomb is globally installed on my npm and the csscomb vim plugin is runing fine, the problem is no matter what I do, the `:CSScomb` command does not...

When I run `:CSScomb` on a buffer with a plain old `.css` file I get the following error: ``` sh Error detected while processing function g:CSScomb: line 7: E684: list...

When the lines after combing are fewer than before combing, the extra lines remain in the buffer and mess up the file. e.g. > .format { > width: 100px; >...

The CSScomb default effects are working but not custom config in VIm. It works in Atom though so I know the config is good but it may not be in...