less4j icon indicating copy to clipboard operation
less4j copied to clipboard

&--classname causes error

Open grobitto opened this issue 8 years ago • 2 comments

.class1 { &--class2 { background:white; } } should produce .class1--class2 { background:white}, but gives an error instead. Looks like it has something to do with html comments in less4j grammar.

the .parent--child classnames are quite common in BEM notation

grobitto avatar Apr 25 '16 16:04 grobitto

Thank you, that seems like parser error.

SomMeri avatar Apr 30 '16 06:04 SomMeri

what about solving this issue? I'm going to move compilation to less4j, but this issue stop me

maximgatilin avatar Feb 14 '17 05:02 maximgatilin