Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

&--classname causes error #344

Open
grobitto opened this issue Apr 25, 2016 · 2 comments
Open

&--classname causes error #344

grobitto opened this issue Apr 25, 2016 · 2 comments

Comments

@grobitto
Copy link

grobitto commented Apr 25, 2016

.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

@SomMeri
Copy link
Owner

SomMeri commented Apr 30, 2016

Thank you, that seems like parser error.

@maximgatilin
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants