aboutsummaryrefslogtreecommitdiffstats
path: root/templates/README.md
blob: 4d6774d34885801701cd5f97974772c5aa8aed7f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
## Hacking

## SASS to CSS

1. Requeriments:

    ```
    pacman -S sassc
    ```

2. Generate CSS from SASS:

    ```
    sassc -t compressed sass/estilos.sass css/estilos.min.css
    ```