wEb

how to use SASS

dd2i 2013. 4. 2. 01:02
반응형

 

how to install SASS

0. http://sass-lang.com/tutorial.html 에서 SASS를 설치하기 위해 RUBY installer 페이지로 이동한다.
1. http://rubyinstaller.org/ RUBY 최신버전을 설치.
2. http://sass-lang.com/tutorial.html 로 돌아가. cmd 창을 열고.
3. gem install sass 명령어 입력
4. To translate this Sass file into a CSS file, run
 sass --watch style.scss:style.css 입력
또는
when you have several Sass files
 sass --watch stylesheets/sass:stylesheets/compiled 를 입력한다.


 

 

 

 

| 보다 자세한 튜토리얼은 http://sass-lang.com/tutorial.html

 


반응형