Variables

Bootstrap variables

Note: This documentation is for an older version of Bootstrap (v.4). A newer version is available for Bootstrap 5. We recommend migrating to the latest version of our product - Material Design for Bootstrap 5.
Go to docs v.5

Bootstrap variables are storage locations paired with their associated symbolic names, which contain some known quantity of information referred to as values.

To improve the writing of custom SCSS code in our package, from the MDB 4.5.2 version, there are three new files available, in which you can place various variables.


In the _custom-variables.scss you can add variables with the same names as ours and you can overwrite them.

In the _custom-skin.scss you can add an object with values to create your own custom skin.

In the _custom-styles.scss you can add any other styles you wish.