proxitok/styles/scss/README.md

12 lines
244 B
Markdown
Raw Normal View History

2022-01-06 23:13:51 +00:00
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.