Some anti-crash fixes
This commit is contained in:
parent
bc3777d74c
commit
d52dc8687f
7 changed files with 17 additions and 15 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue