Skip to content

Commit

Permalink
Add a caveat for rails 3.1 mentioning that they should not run 3.1.0. C…
Browse files Browse the repository at this point in the history
…loses CompassGH-3
  • Loading branch information
chriseppstein committed Feb 27, 2012
1 parent 2858ba6 commit d086a3c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,11 @@ doing things like requiring. These **must not** be used with Sass files.
Instead use the sass `@import` directive. In rails projects, the
`@import` directive is configured to work with sprockets via `sass-rails`. For more information on importing in rails 3.1 or greater see the [Sass-Rails REAME](https://github.com/rails/sass-rails/blob/master/README.markdown)

## Rails 3.1 Caveats

There was a bug in rails 3.1.0 -- please make sure you are running 3.1.1
at the earliest for this version of rails.

## Rails 3.0 Caveats

If you want rails to compile your stylesheets (instead of using the
Expand Down

0 comments on commit d086a3c

Please sign in to comment.