jdiehl / brackets-less-autocompile

Automatic compilation of LESS files for Brackets
93 stars 36 forks source link

nuisance space #106

Closed Serega5j closed 5 years ago

Serega5j commented 5 years ago

If I write element { :hover:after{ } } I get element :hover:after{ }. It isn't working code. Result must look element:hover:after{} - without space between element and pseudoclass

jdiehl commented 5 years ago

This issue is relevant for the preprocessor LESS, not this extension. Please post it in their project: https://github.com/less/less.js