Looking for some advice on our current SCSS & CSS file and folder set up.
I am setting up a dev environment and we’re going to use SCSS going forward. We have this as our current set up and order but the @import doesn’t seem to be working:
-
which file do the variables go in?
-
does the other file need to “@import” the variables file?
-
do they all need listed in the ‘minified.css’ file?
Thanks
Innes