csscomb / vim-csscomb

CSScomb plugin for Vim. Tool for sorting CSS properties in specific order.
csscomb.com
134 stars 18 forks source link

Added semicolon to the end of handlebars variables in CSS #7

Closed isqua closed 9 years ago

isqua commented 10 years ago

In one of my projects I have a construction like that:

background: "{{background}}";

As you see, there is a handlebars variable. When I exes :CSScomb I get following result:

background: "{{background;}}";

Is it possible to fix this behavior?

tonyganch commented 10 years ago

Yes, in next version of the plugin such variables will be ok as long as you put them inside quotes. I can't say when the release will be, though we'll try to make it before Christmas.

faceleg commented 9 years ago

This should be closed, @tonyganch?

tonyganch commented 9 years ago

Fixed with #9