diff options
author | Jesús <heckyel@hyperbola.info> | 2018-10-15 17:02:57 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2018-10-15 17:02:57 -0500 |
commit | 62713fb8459740ea2f94b175d59fbd6caa80d2d9 (patch) | |
tree | 4929070409953fba1a74f9813284a450b025f9c4 | |
parent | 64f059025bae6f4da9b12ed7f99432731f2efd47 (diff) | |
download | ytlibre-62713fb8459740ea2f94b175d59fbd6caa80d2d9.tar.lz ytlibre-62713fb8459740ea2f94b175d59fbd6caa80d2d9.tar.xz ytlibre-62713fb8459740ea2f94b175d59fbd6caa80d2d9.zip |
Order on Styles
-rw-r--r-- | templates/README.md | 29 | ||||
-rw-r--r-- | templates/sass/frond.sass (renamed from templates/css/frond.sass) | 0 | ||||
-rw-r--r-- | templates/sass/salida.sass (renamed from templates/css/salida.sass) | 0 |
3 files changed, 29 insertions, 0 deletions
diff --git a/templates/README.md b/templates/README.md new file mode 100644 index 0000000..4e7bc6a --- /dev/null +++ b/templates/README.md @@ -0,0 +1,29 @@ +## Hacking + +## SASS to CSS + +1. Requeriments: + + ``` + gem install sass + ``` + +2. Generate CSS from SASS: + + ``` + sass -t compressed --sourcemap=none sass/frond.sass:css/frond.min.css + ``` + + ``` + sass -t compressed --sourcemap=none sass/salida.sass:css/salida.min.css + ``` + +3. Show CSS to SASS live + + ``` + sass --watch -t compressed sass/frond.sass:css/frond.min.css + ``` + + ``` + sass --watch -t compressed sass/salida.sass:css/salida.min.css + ``` diff --git a/templates/css/frond.sass b/templates/sass/frond.sass index 36a54f4..36a54f4 100644 --- a/templates/css/frond.sass +++ b/templates/sass/frond.sass diff --git a/templates/css/salida.sass b/templates/sass/salida.sass index 01ff820..01ff820 100644 --- a/templates/css/salida.sass +++ b/templates/sass/salida.sass |