Show CSS color when using variable
Hello
I have enabled options "Show CSS color preview icon in gutter" and "Show CSS color preveiw as background".
However when I use SCSS and have defined something like this:
$nice_blue: #1B75BC;
$nav_hover: $nice_blue;
and later want to use
color: $nav_hover;
it won't work. Colour won't be shown in gutter.
However when I simple define
$nav_hover: 1B75BC;
it will work.
Is there any option to make it work also in such case?
Best regards
Please sign in to leave a comment.
Hi there,
http://youtrack.jetbrains.com/issue/WEB-6015