aboutsummaryrefslogtreecommitdiffstats
path: root/templates/README.md
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2019-12-27 12:18:55 -0500
committerJesús <heckyel@hyperbola.info>2019-12-27 12:18:55 -0500
commit2f35eda0ca709953453eb56269e96d70456ac820 (patch)
treefb8a9dd7953110018489b4a61b9614ff037afd91 /templates/README.md
parent93629809e69f45cb529551a27a03a31885b73619 (diff)
downloadportfolio-2f35eda0ca709953453eb56269e96d70456ac820.tar.lz
portfolio-2f35eda0ca709953453eb56269e96d70456ac820.tar.xz
portfolio-2f35eda0ca709953453eb56269e96d70456ac820.zip
static contact and remove mail.php form
Diffstat (limited to 'templates/README.md')
-rw-r--r--templates/README.md10
1 files changed, 2 insertions, 8 deletions
diff --git a/templates/README.md b/templates/README.md
index 49335ff..4d6774d 100644
--- a/templates/README.md
+++ b/templates/README.md
@@ -5,17 +5,11 @@
1. Requeriments:
```
- gem install sass
+ pacman -S sassc
```
2. Generate CSS from SASS:
```
- sass -t compressed --sourcemap=none 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
+ sassc -t compressed sass/estilos.sass css/estilos.min.css
```