SCSS.tmbundle icon indicating copy to clipboard operation
SCSS.tmbundle copied to clipboard

Attribute selector sometimes highlighted as syntax error

Open cvrebert opened this issue 10 years ago • 0 comments

Example:

@mixin label-variant($color) {
  &[href] {
    background-color: $color;
  }
}

cvrebert avatar Jan 21 '16 05:01 cvrebert