-
-
Notifications
You must be signed in to change notification settings - Fork 18
Closed
Description
Doesn't Parse The & nesting selector?!
.parentClass {
color: aqua;
& .childClass {
color:aquamarine;
}
}const parse = createParser();
const selector = parse('& .childClass');Error [ParserError]: css-selector-parser parse error: Expected rule but "&" found. Pos: 0.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels