Usage sassc
This commit is contained in:
parent
81f048d08d
commit
1e26df2e41
@ -5,17 +5,11 @@
|
|||||||
1. Requeriments:
|
1. Requeriments:
|
||||||
|
|
||||||
```
|
```
|
||||||
gem install sass
|
pacman -S sassc
|
||||||
```
|
```
|
||||||
|
|
||||||
2. Generate CSS from SASS:
|
2. Generate CSS from SASS:
|
||||||
|
|
||||||
```
|
```console
|
||||||
sass -t compressed --sourcemap=none sass/estilos.sass:css/estilos.min.css
|
sassc -t compressed sass/estilos.sass css/estilos.min.css
|
||||||
```
|
|
||||||
|
|
||||||
3. Show CSS to SASS live
|
|
||||||
|
|
||||||
```
|
|
||||||
sass --watch -t compressed --sourcemap=none sass/estilos.sass:css/estilos.min.css
|
|
||||||
```
|
```
|
||||||
|
1
django/core/static/core/css/estilos.min.css
vendored
1
django/core/static/core/css/estilos.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user