Sublime Forum

Color for SASS variables?

#1

Which color pallet package I can use to display color in my SASS variables?

$black: #000
h1
    color: $black

As you can see, my current package (ColorHelper) is not showing color for SASS variables.

“ColorHighlighter” package is not working either:

PS: I have not made any change in package settings.
SASS file is being treated by the system as SASS.
I am using Sublime Text 3, Build 3143

0 Likes

#2

ColorHighlighter (https://packagecontrol.io/packages/Color%20Highlighter) package does it,
as long the variable is defined in the same file (as your example).

0 Likes

#3

It’s not working for me, can you please check?

PS: I have not made any change in package settings.
SASS file is being treated by the system as SASS.
I am using Sublime Text 3, Build 3143

0 Likes