jdiehl / brackets-less-autocompile

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

Could you update to choose whether keepBreaks? #97

Closed heekei closed 7 years ago

heekei commented 7 years ago

I think many developers need to compiler less to css that appears every css rules in one line ,not all in one line. eg:

.a{}
.b{}
.c{}

NOT: .a{}.b{}.c{}

jdiehl commented 7 years ago

This is the normal behavior

jdiehl commented 7 years ago

This is the normal behavior