Sublime-CSS-Format icon indicating copy to clipboard operation
Sublime-CSS-Format copied to clipboard

不支持less的语句

Open gucong3000 opened this issue 9 years ago • 1 comments

            code = re.sub(r'([A-Za-z-](\+_?)?):([^;\{]+[;\}])', r'\1: \3', code)    # add space after properties' :

属性名后的冒号后加空格功能,未考虑less的两种merge语法,上面的代码中已改了您的正则,实现了上述功能

gucong3000 avatar Sep 16 '15 09:09 gucong3000

十分感谢,已经按你的建议修改了代码

mutian avatar Sep 17 '15 02:09 mutian