You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Frank supports Compass out of box since 0.4.0. Just
gem install compass
and you can use compass in your SASS/SCSS files:
@import"compass/reset";
If you want to customize Compass or use a compass plugin, you'll need to add a few lines to Frank's setup.rb. For example:
require'ninesixty'# orCompass.add_project_configuration'./compass_config.rb'# needed to update the include path for sass etcFrank.sass_options=Compass.sass_engine_options
Note: don't call your compass config file "compass.rb". It will break the compass gem in Ruby 1.8.