Bulma is highly customizable thanks to 415 Sass variables living across 28 files.
These variables exist at 4 levels:
- initial variables: global variables with literal values
- derived variables: global variables with values that reference other variables, or are computed
- generic variables: for the HTML elements which carry no CSS class
- element/component variables: variables that are specific to a Bulma element/component
Since these variables carry the !default
flag, they can be assigned a new value either before or after having been imported.