Some anti-crash fixes

This commit is contained in:
Pablo Ferreiro 2022-07-03 18:19:10 +02:00
parent bc3777d74c
commit d52dc8687f
No known key found for this signature in database
GPG key ID: 41FBCE65B779FA24
7 changed files with 17 additions and 15 deletions

View file

@ -1,11 +1,11 @@
This facilities making the bulma.min.css and fontawesome.min.css files, install all dependencies using:
This facilities making the compressed bulma.min.css and cssgg.min.css files, install all dependencies using:
```
yarn install
```
And then use:
```
yarn bulma && yarn fa
yarn bulma && yarn cssgg
```
This compiles bulma.scss and fontawesome.scss to a css file and helps lowering the size of the css that will be sent to the user.
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.