KittyGiraudel / ama

Ask me anything!
43 stars 4 forks source link

Color for SASS variables in Sublime Text 3? #90

Closed touhid-rahman closed 6 years ago

touhid-rahman commented 6 years ago

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

$black: #000
h1
    color: $black

As you can see, my current package (ColorHelper) is not showing color for SASS variables. https://i.stack.imgur.com/cT5ai.jpg

KittyGiraudel commented 6 years ago

Hello.

I’m not sure this is possible because Sublime Text is a text editor, not an IDE. This means I’m not sure it keeps track of variable definitions within a file for instance, and thus cannot retrieve the color mapped to a variable.

I could be wrong of course, but as far as I can tell, there is no way to do this in Sublime Text.