-
Notifications
You must be signed in to change notification settings - Fork 110
Class Selector Highlight Issue #215
Copy link
Copy link
Open
Description
This has probably already been reported, but there's some weird syntax highlighting happening. When I try to do the following:
.class {
// some css stuff
&-second {
// some more css stuff
}
}
to get:
.class {
// some css stuff
}
.class-second {
// some css stuff
// some more css stuff
}
the package will highlight the "-second" as if it's an error. Screenshot below for reference.

Thanks!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels