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!
This has probably already been reported, but there's some weird syntax highlighting happening. When I try to do the following:
to get:
the package will highlight the "-second" as if it's an error. Screenshot below for reference.

Thanks!