MarioRicalde / SCSS.tmbundle

The TextMate SCSS Official Bundle. Now Compatible with SublimeText2.
833 stars 110 forks source link

Attribute selector sometimes highlighted as syntax error #201

Open cvrebert opened 8 years ago

cvrebert commented 8 years ago

Example:

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