Skip to content

Instantly share code, notes, and snippets.

.red {
color: red;
}
.blue {
color: blue;
}
Which color would these divs be?
file 'Gemfile', <<-GEMS
source 'http://gemcutter.org'
gem "rails", "3.0.0.beta4"
gem "bson_ext"
#gem 'devise', :git => 'git://github.com/plataformatec/devise.git'
gem "mongoid", :git => 'git://github.com/durran/mongoid.git'
gem "haml"
gem "compass"
gem "inherited_resources"
gem "cancan", :git => 'git://github.com/ryanb/cancan.git'