What about all the old LESS files in the assets/styles folder after changing LESS in SASS?

Why is there no .scss files, why only .less files - the only file for SASS is main.scss.example. I don’t get it. Can someone explain me, why I don’t need the other files when I want to use SASS?

This is how the workflow for Sass is going to be until the generator is ready.

After following the intial SASS setup instructions: https://github.com/roots/roots/issues/1310

I just dropped the existing .scss files from Roots 7.x into my assets/styles folder.
https://github.com/roots/roots-sass/tree/master/assets/sass

Don’t forget to merge in the new changes from main.scss v.8.0.0 into your imported main.scss file too.

1 Like