You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.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
The text was updated successfully, but these errors were encountered:
.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
The text was updated successfully, but these errors were encountered: