반응형
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
반응형
'wEb' 카테고리의 다른 글
argument (인수, 引數) (0) | 2013.05.07 |
---|---|
css nite in Seoul vol.4 컨퍼런스 후기~ (0) | 2013.04.28 |
한국과 일본의 웹 제작,기술,정보 공유 컨퍼런스 CSS Nite in Seoul vol.4 (0) | 2013.04.23 |
코드정렬~! code beautifier~ (1) | 2013.04.16 |
API [ application programming interface ] (0) | 2013.04.02 |
v210 codec (0) | 2013.03.08 |
OSI 모델 (0) | 2013.03.07 |
Beginner HTML5, JavaScript, jQuery, Backbone, and CSS3 Resources (1) | 2013.03.07 |
마크업 개발 7단계 (0) | 2013.03.04 |
웹퍼블리셔의 영역과 역할 바로알기 (0) | 2013.03.04 |