Impossible to set up SCSS

Being a designer at heart, it seems I can never manage to successfully delve processors, console and stuff like that. Since I’m also writing CSS, I want to shift to SCSS only for simple things like using variables. But apparently every time I try to set up, it fails. This time I use Cactus for Mac. They say SCSS is included and there is no need to install anything. I was sold, but when I try, it doesn’t work.

So is there any super-easy-simple way for a designer to install SCSS support? I don’t want any config files, no consoles. All I need is upon saving my SCSS file, a CSS file to be created.

You might check if there’s a plugin for your IDE, such as sass-autocompile for Atom. Whenever you save an SCSS file, it automatically compiles it to a CSS file in the same directory. Easy peasy. :-)

1 Like

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.