How are Bootstrap styles generated using Sass? #31150
-
I downloaded the npm bootstrap package, went into
When I search those color codes, they do not appear in any other files. Where are these codes being defined/calculated? I’m interested in customizing those values using Sass, and I’m trying to keep specificity overrides as my last resort. |
Beta Was this translation helpful? Give feedback.
Answered by
patrickhlauke
Jun 23, 2020
Replies: 1 comment
-
https://getbootstrap.com/docs/4.5/getting-started/theming/#variable-defaults https://github.com/twbs/bootstrap/blob/v4-dev/scss/_variables.scss |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jsphkm
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://getbootstrap.com/docs/4.5/getting-started/theming/#variable-defaults
https://github.com/twbs/bootstrap/blob/v4-dev/scss/_variables.scss