Closed
Description
Parent classes get the css from nested classes if you accidentally put a comma at the end. I really don't know if this should be considered to be a bug or an issue .. 😅
Please see below for an example:
.testClass {
.childClass, .secondChildClass, {
background:red;
}
}
.testClass
will get a red background. This does not happen when using SCSS for example.
Metadata
Metadata
Assignees
Labels
No labels