Skip to content

Commit

Permalink
Update with bootstrap-sass 2.0 bump changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jwo committed Feb 29, 2012
1 parent 315610c commit a6d0897
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -9,14 +9,14 @@ In your gem file, do these things:

```
gem "compass-rails", ">= 0.12"
gem "bootstrap-sass", :git => "git://github.com/thomas-mcdonald/bootstrap-sass.git", :branch => "2.0"
gem "bootstrap-sass", ">= 2.0"
```

In your application.scss import bootstrap using sass, not sprockets.

```
@import "bootstrap";
@import "bootstrap/responsive";
@import "bootstrap-responsive";
```

I wish it were more interesting, but Chris Eppstein made compass drop dead simple to integrate.
Expand Down

0 comments on commit a6d0897

Please sign in to comment.