diff options
author | Jesús <heckyel@hyperbola.info> | 2019-12-27 12:18:55 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-12-27 12:18:55 -0500 |
commit | 2f35eda0ca709953453eb56269e96d70456ac820 (patch) | |
tree | fb8a9dd7953110018489b4a61b9614ff037afd91 /templates/README.md | |
parent | 93629809e69f45cb529551a27a03a31885b73619 (diff) | |
download | portfolio-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.md | 10 |
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 ``` |