From de80b412f955dc53e54cecb16580d818bbd8a2c4 Mon Sep 17 00:00:00 2001 From: Thomas McDonald Date: Wed, 28 Mar 2012 14:14:09 +0100 Subject: [PATCH] rm note about requiring sass-rails, it's just above. --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 98e95c76..550b8789 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,6 @@ In your Gemfile: gem 'sass-rails', '~> 3.1' gem 'bootstrap-sass', '~> 2.0.1' -**Note**: previous versions of bootstrap-sass automatically required sass-rails. This is no longer the case, and you will *need* to require it in your Gemfile. - #### CSS Import "bootstrap" in your SCSS file of choice to get all of Bootstrap's styles, mixins and variables! Don't use Sprocket's `//= require` directives for Sass files, because they're horrible and will kill your cat.