Skip to content
chriseppstein edited this page Sep 13, 2010 · 5 revisions

To use compass in Ramaze, first require "compass", then in your controller add


    engine :Sass
    trait[:sass_options] = {:load_paths => Compass::Frameworks::ALL.map{|f| f.stylesheets_directory}}

Clone this wiki locally