Skip to content

Instantly share code, notes, and snippets.

@jleiva
Last active December 24, 2015 01:29
Show Gist options
  • Save jleiva/6723900 to your computer and use it in GitHub Desktop.
Save jleiva/6723900 to your computer and use it in GitHub Desktop.
Como instalar Sass en Windows 7
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