This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Webby Integration
To load compass into your Webby project, set up your Sitefile with the following options:
require 'compass'
Compass.configuration do |config|
config.project_path = File.dirname(__FILE__)
config.sass_dir = File.join(‘src’, ‘stylesheets’ )
end
Webby.site.sass_options.update(Compass.sass_engine_options)
If you haven’t already done so, install the gem:
gem sources --add http://gems.github.com
sudo gem install chriseppstein-compass
Create your *.sass files in the ./content/stylesheets directory of your webby project.
At the very top of your *.sass file(s) be sure to include the following webby meta data:
--- filter: sass extension: css layout: nil ---










