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