Skip to content

Commit

Permalink
Update docs to show when sass-rails is needed.
Browse files Browse the repository at this point in the history
In rails 3.1 or greater, the sass-rails gem is required.

Closes CompassGH-8.
  • Loading branch information
chriseppstein committed Feb 26, 2012
1 parent 6fb6ba9 commit 972091c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Add the `compass-rails` gem line to a group called `:assets` in your application

```ruby
group :assets do
gem 'sass-rails' # if running rails 3.1 or greater
gem 'compass-rails'
end
```
Expand Down

0 comments on commit 972091c

Please sign in to comment.