2022-07-03 12:19:10 -04:00
|
|
|
This facilities making the compressed bulma.min.css and cssgg.min.css files, install all dependencies using:
|
2022-03-11 12:56:19 -05:00
|
|
|
```
|
|
|
|
yarn install
|
|
|
|
```
|
|
|
|
|
|
|
|
And then use:
|
|
|
|
```
|
2022-07-03 12:19:10 -04:00
|
|
|
yarn bulma && yarn cssgg
|
2022-03-11 12:56:19 -05:00
|
|
|
```
|
|
|
|
|
2022-07-03 12:19:10 -04:00
|
|
|
This compiles bulma.scss and cssgg.scss to a css file and helps lowering the size of the css that will be sent to the user.
|