zenの説明で、
If you are running Drupal 7.x and intend to work with Zen 5.x, then you will need the Sass and Compass tools.
とある。
SASSは、CSSの色コードなどを変数で使えるようにしたり(変数を定義しておけば、間違いづらくて覚えにくい色の扱いなどが楽になる。)、その他いろいろと便利にした物。CSSの発展系。
Sass is a language that is just normal CSS plus some extra features, like variables, nested rules, math, mixins, etc. If your stylesheets are written in Sass, helper applications can convert them to standard CSS so that you can include the CSS in the normal ways with your theme
Compass は SASS を元に開発されたフレームワークで、SASS で記述したファイルをCSSにコンパイルすることができる。
Compass is a helper library for Sass. It includes libraries of shared mixins, a package manager to add additional extension libraries, and an executable that can easily convert Sass files into CSS.
CentOS6.4でのインストール方法
まずRuby
yum install ruby, ruby-devel
(自分は、ruby-develのインストールはしていない。)
yum install rubygems
sassとcompassのインストール
gem -v
gem update --system
gem install sass
gem install compass
0 件のコメント:
コメントを投稿