Skip to content

Instantly share code, notes, and snippets.

@mhayes
Created July 2, 2012 23:05
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save mhayes/3036269 to your computer and use it in GitHub Desktop.
Save mhayes/3036269 to your computer and use it in GitHub Desktop.
Rails Compass Gem Installation
<!--
Place this in <head></head>
Set the viewport width to device width for mobile
-->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
//= require foundation
//= require foundation/app
@import "foundation";
Bundler could not find compatible versions for gem "sass":
In snapshot (Gemfile.lock):
sass (3.1.20)
In Gemfile:
zurb-foundation (~> 3.0.0) ruby depends on
sass (= 3.2.0.alpha.244) ruby
group :assets do
gem 'sass-rails', '~> 3.2.3'
gem 'coffee-rails', '~> 3.2.1'
# Add these gems
gem 'compass-rails', '~> 1.0.3'
gem 'zurb-foundation', '~> 3.0.9'
end
/*
=require foundation
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment