aeschli / vscode-css-formatter

CSS Formatter for VSCode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

break the less compilation after formatting with plugin

lucax88x opened this issue · comments

using this particular css:

filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);

if you format you get a space between progid and DXImageblabla

filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);

and this breaks the less compilation.

I'm having the same issue at the moment.. -.-'

This seems to work now with the latest update of js-beautify.

foo {

   filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

No space is inserted after progid: format