SCSS.tmbundle
SCSS.tmbundle copied to clipboard
Attribute selector sometimes highlighted as syntax error
Example:
@mixin label-variant($color) {
&[href] {
background-color: $color;
}
}