jdiehl / brackets-less-autocompile

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

@import not compiled #105

Closed yosypandriyash closed 6 years ago

yosypandriyash commented 6 years ago

Hello, I really like this extension, good job. Just one question, when I work with several files, I need to use the @import statement, for example @import "vars.less"; When I save that file, the generated css file, that import does not appear and therefore it does not work as I expect. How can i fix this? Is it about some configuration that needs to be changed?

yosypandriyash commented 6 years ago

Sorry, I did not see that the autocompiler includes styles from the included file. Thanks