sass - .scss file with emacs web-mode & colorization -


i'm using emacs web modes , other stuff.

i'm updating .emacs because i'm working new tools. 1 of them sass. so, wanna work *.scss files without problem , in fact works cool. not perfect. why?

my emacs has: (setq web-mode-enable-css-colorization t)

and in css can see colors. in scss can't.

how can activate css-colorization scss files?

maybe help.

there major mode editing scss files in emacs:

https://www.emacswiki.org/emacs/scssmode


Comments