misc folder and date on /video

This commit is contained in:
Pablo Ferreiro 2022-11-18 16:48:51 +01:00
parent 94da0e46ac
commit b138f4bccc
No known key found for this signature in database
GPG key ID: 41FBCE65B779FA24
11 changed files with 49 additions and 32 deletions

11
misc/scss/README.md Normal file
View file

@ -0,0 +1,11 @@
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 cssgg
```
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.