-
Notifications
You must be signed in to change notification settings - Fork 63
Using Bootstrap Variables with Sass
Sal Ferrarello edited this page May 10, 2017
·
3 revisions
The Bootstrap Sass code provides a number of variables. You can override the default Bootstrap values by assigning values to the variables.
To override a variable value, you set it in css/sass/supporting/variables-bootstrap-core-override.scss.
For a list of the Bootstrap variables available, see css/sass/supporting/bootstrap/_variables.scss.
For each of these, add the code to variables-bootstrap-core-override.scss
$text-color: red;
$link-color: green;
$font-size-base: 22px;