Skip to content

Instantly share code, notes, and snippets.

@marvinahv
Created November 6, 2012 01:13
Show Gist options
  • Save marvinahv/4021802 to your computer and use it in GitHub Desktop.
Save marvinahv/4021802 to your computer and use it in GitHub Desktop.
Bourbon in Sinatra
bourbon_bin = Gem::Specification.find_by_name("bourbon").gem_dir
bourbon_path = File.join(bourbon_bin, 'app', 'assets', 'stylesheets')
Compass.configuration.add_import_path(bourbon_path)
Stasis::Options.set_template_option 'sass', { :load_paths => Compass.configuration.sass_load_paths }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment