SublimeText / Sass

Sass and SCSS syntax for Sublime Text
https://packagecontrol.io/packages/Sass
MIT License
50 stars 8 forks source link

Strings inside interpolation #36

Closed sandrojohanides closed 5 years ago

sandrojohanides commented 5 years ago

See '(' and ')', highlight is missing for both quotes and their content? But maybe it’s impossible to do.

screen shot 2018-11-26 at 10 35 35

@mixin a-hidden($span, $axis, $aim) {
    transform: #{translate + $axis + '(' + $span * $aim + ')'};
    opacity: 0;
}