How to install sass for desiger scss.
1. Google ruby
2. http://rubyinstaller.org/
3. then open cmd
4. gem install sass
5. then run command c:\sass
Then cd where your css will be
then create a file .scss
Then run command
c:\path\sass --watch C:\wamp\www\sasstut\style.scss:C:\wamp\www\sasstut\style.css
Then write your sass in scss file and enjoy sass
1. Google ruby
2. http://rubyinstaller.org/
3. then open cmd
4. gem install sass
5. then run command c:\sass
Then cd where your css will be
then create a file .scss
Then run command
c:\path\sass --watch C:\wamp\www\sasstut\style.scss:C:\wamp\www\sasstut\style.css
Then write your sass in scss file and enjoy sass
Comments
Post a Comment