Skip to content

Instantly share code, notes, and snippets.

@tinney
Created July 12, 2011 02:03
Show Gist options
  • Save tinney/1077255 to your computer and use it in GitHub Desktop.
Save tinney/1077255 to your computer and use it in GitHub Desktop.
Compass load_paths with Rails 3.1
class Application < Rails::Application
config.sass.load_paths << "#{Gem.loaded_specs['compass'].full_gem_path}/frameworks/compass/stylesheets"
config.sass.load_paths << "#{Gem.loaded_specs['compass'].full_gem_path}/frameworks/blueprint/stylesheets"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment