You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 24, 2021. It is now read-only.
Maybe we could create a bootstrap-variables file, which should only contain the wanted overrides of the bootstrap variables and place the import before the bootstrap import in the site.scss file. The default variables file can still be called after that.
When using sass as css pre-processor the file:
site.scss
imports the site/variables file after it imports the bootstrap files. This has no effect on overriding default bootstrap variables. Problem is also discussed here:
https://discourse.roots.io/t/how-to-override-boostrap-variables-in-sass/3729
Maybe we could create a bootstrap-variables file, which should only contain the wanted overrides of the bootstrap variables and place the import before the bootstrap import in the site.scss file. The default variables file can still be called after that.
What do you guys think about that?