Syntax-highlighting-for-Sass icon indicating copy to clipboard operation
Syntax-highlighting-for-Sass copied to clipboard

A Sublime Text 3 package for highlighting both Sass and SCSS syntax.

Results 25 Syntax-highlighting-for-Sass issues
Sort by recently updated
recently updated
newest added

I just tried installing the package and I received the install success tab. When I restart though and open a .scss file nothing is colored and I cannot apply comments...

For some reason I can no longer get a popup suggestion on my scss variables. For example, when typing: `color: $g`, it would normally popup `$gold` as a suggestion. I...

Hi, I install this plugin, but after that they doesn't change anything (only syntax highlight change when I select Syntax -> Syntax highlighting for Sass - SCSS The completion doesn't...

I had the issue, that all autocompletion for css properties and sass specifics went away. So, for everyone who misses autocompletion, check if you have AutoFileName Module installed.

completions

``` scss p { &.lead { } } ``` When you `Go to Symbol` it shows: ``` p &.lead ``` Thought it might be better (if possible to show): ```...