1
Download the source files:
You are viewing the deprecated 0.7.0 version of the website. Click here to view the latest version
Create your own theme with a simple set of variables
If you're familiar with Sass and want to customize Bulma with your own colors and variables, just install Bulma via npm:
1
Download the source files:
2
Set your variables
Create a file called mystyles.scss
and add your own colors, set new fonts, override Bulma's default styles...
3
See the result: before and after
As $blue
has been updated, and since $blue-invert
is automatically calculated with the function $blue-invert: findColorInvert($blue)
, the $blue-invert
is now black instead of white
This page is open source.
Noticed a typo? Or something unclear?
Improve this page on GitHub