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.