proxitok/misc/scss/README.md

12 lines
303 B
Markdown
Raw Permalink Normal View History

2022-07-03 16:19:10 +00:00
This facilities making the compressed bulma.min.css and cssgg.min.css files, install all dependencies using:
2022-03-11 17:56:19 +00:00
```
yarn install
```
And then use:
```
2022-07-03 16:19:10 +00:00
yarn bulma && yarn cssgg
2022-03-11 17:56:19 +00:00
```
2022-07-03 16:19:10 +00: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.