0.9.3 • Published 3 years ago

@solarea/bulma v0.9.3

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

Bulma builder with class namespace

A simple NPM builder for bulma.css with a custom class namespace.

Default class namespace: bu-


Configure your preferred class namespace in postcss.config.js.

Initialize

npm install

Build default Bulma with all elements, components, etc.

npm run build-all

Build custom Bulma

Update bulma-custom.sass to include only the components you need.

npm run build-custom

Build both default and custom Bulma

npm run build