Customizing Bootstrap 4
In Bootstrap 4, all the customization variable options are consolidated to a single file called _variables.scss
, where you can compile your Sass on the fly and with little effort. This used be previously all done in a separate stylesheet.
This file provides a lot more customization options than Bootstrap used to provide earlier.