Compass是CSS的一種Framework,他跟Sass一樣,通常會依附在Sass內,不過他處理的是CSS3的部分,開發者在撰寫CSS3最麻煩的是你要針對不同瀏覽器(IE, Chrome, Firefox, Opera, Safari)寫出不一樣的標籤,才能讓瀏覽器正常運行,每次都要另外加寫一大堆標籤,然而Compass能幫助你,只需藉由一隻指令,即可產生針對不同瀏覽器所做的標籤。

http://compass-style.org/

Setting up the ruby environment

  1. $ gem update --system
  2. $ gem install compass

加在已經存在的資料夾底下

compass install compass

在資料夾底下輸入

compass config

修改裡面的值

http_path = "/"
css_dir = "css"
scss_air = "scss"
sass_dir = "sass"
images_dir = "images"
javascripts_dir = "javascripts"

compass watch

設定有問題再看看==

http://www.oxxostudio.tw/articles/201406/scss-01-install.html

http://zoneless.weebly.com/blog/web-scss-04

results matching ""

    No results matching ""