Bulma consists of 39 .sass
files that you can import individually.
For example, let's say you only want the Bulma columns.
The file is located in the bulma/sass/grid
folder.
Simply import the utilities dependencies, and then the files you need directly:
Now you can use the classes .columns
(for the container) and .column
directly:
What if you only want the button styles instead?
You can now use the .button
class, and all its modifiers:
-
.is-active
-
.is-primary
,.is-info
,.is-success
... -
.is-small
,.is-medium
,.is-large
-
.is-outlined
,.is-inverted
,.is-link
-
.is-loading
,[disabled]