Change Colors In scss
If you want to change variables(colors) go to the _variables.scss
file(available in the path src/sass/bootstrap/_variables.scss
).
It has the following Structure:
After changing the variables run the command gulp
or gulp sass
Last updated
Was this helpful?