12 lines
244 B
Markdown
12 lines
244 B
Markdown
|
This facilities making the bulma.min.css file, install all dependencies using:
|
||
|
```
|
||
|
yarn install
|
||
|
```
|
||
|
|
||
|
And then use:
|
||
|
```
|
||
|
yarn bulma
|
||
|
```
|
||
|
|
||
|
This compiles bulma.scss to a css file and helps lowering the size of the css that will be sent to the user.
|