LoginSignup
5
6

More than 5 years have passed since last update.

MacにてSassを試して見る

Posted at

下記を参考にRubyをインストール
http://qiita.com/checkpoint/items/f8e65380d9cb0182218d

gem update --system
gem update bundler

sassのインストール

gem install sass

確認

gem list | grep sass
sass (3.2.14)

コンパイル

rbenv exec sass foo.scss bar.css

ファイルを監視してコンパイル

rbenv exec sass for.scss:bar.css

フォルダを指定してコンパイル

rbenv exec sass sass_dir/:css_dir/

GUIツール

5
6
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
5
6