Getting started
- Get started with Bulma
- Download the
bulmaswatch.min.css
for the respective theme - Replace
bulma.css
withbulmaswatch.min.css
Use NPM
- Install package
npm install bulmaswatch
- Each theme consist of two files -
_variables.scss
&_overrides.scss
- Import the respective theme files from
node_modules/bulmaswatch/<themename>/<filename>
- Make sure you import
bulma
before the_overrides.scss
for the theme to work properly - An example of your custom theme file is the bulmaswatch.scss for each theme
API
You can use the API to integrate the themes with your platform.
GET https://jenil.github.io/bulmaswatch/api/themes.json
This returns all the themes with important URLs. Here is how a sample theme looks: