We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
To load compass into your Webby project, set up your Sitefile with the following options:
Sitefile
require 'compass' Webby.site.sass_options.update = { :load_paths => [File.join(File.expand_path(File.dirname(FILE)), ‘src’, ‘stylesheets’ )] + Compass::Frameworks::ALL.map{|f| f.stylesheets_directory } }
Webby.site.sass_options.update = { :load_paths => [File.join(File.expand_path(File.dirname(FILE)), ‘src’, ‘stylesheets’ )] + Compass::Frameworks::ALL.map{|f| f.stylesheets_directory } }
If you haven’t already done so, install the gem:
gem sources --add http://gems.github.com sudo gem install chriseppstein-compass