Hello,
I’d like to add some custom styling to my Answers site. I’m making enough changes that I don’t want to include them all within the answers.scss file, I’d prefer to separate them into smaller dedicated scss files.
The frontend module warns that
the other SCSS files in the repository will be overwritten by the theme upon upgrading
So I wanted to check if there’s support for what I’m trying to do, and if so, what the recommended place to put my custom SCSS file would be.
From my testing, if I make new files in static/scss
and import them in answers.scss
they are not changed when I run jambo upgrade
. But is this guaranteed to be the case, or should I assume that these files could be removed? Is there a ‘safe’ place to put them? Is the quoted comment only referring to scss files within the theme folder?
I tried creating a file outside of the static/scss
directory since that felt like it might be safer, but I was then unable to import it from answers.scss
.