Last active
December 24, 2015 01:29
-
-
Save jleiva/6723900 to your computer and use it in GitHub Desktop.
Como instalar Sass en Windows 7
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Como instalar Sass en Windows 7 | |
1 - Descargar ruby http://rubyinstaller.org/downloads/ | |
2 - Click en el instalador, seleccionar la opción "Add Ruby executables to your PATH" | |
3 - Para verificar que Ruby esta instalado, abrir command prompt (Start -> cmd) y escribie ruby -v | |
con esto se ve la versión instalada. | |
4 - En command prompt (Start -> cmd) instalar la gema de Sass. Escribir el comando gem install sass | |
== | |
Para los nuevos en Sass | |
Official site: http://sass-lang.com | |
Reference Guide: http://sass-lang.com/docs/yardoc/file.SASS_REFERENCE.html | |
Compass Official site http://compass-style.org/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment