Skip to content

Instantly share code, notes, and snippets.

@lengarvey
Forked from mhayes/Gemfile
Created October 12, 2012 03:09
Show Gist options
  • Save lengarvey/3877077 to your computer and use it in GitHub Desktop.
Save lengarvey/3877077 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.1'
end
/*
=require foundation
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment