README.md in anjlab-bootstrap-rails-3.0.0.rc1 vs README.md in anjlab-bootstrap-rails-3.0.0.rc2
- old
+ new
@@ -1,6 +1,6 @@
-# Twitter Bootstrap v3.0.0.alpha1 for Rails 3/4
+# Twitter Bootstrap v3.0.0.rc2 for Rails 3/4
Bootstrap is a toolkit from Twitter designed to kickstart development of webapps and sites.
It includes base CSS and HTML for typography, forms, buttons, tables, grids, navigation, and more.
For glyphicons use [bootstrap-glyphicons gem](https://github.com/anjlab/bootstrap-glyphicons)
@@ -21,21 +21,14 @@
and run bundle install.
## Stylesheets
-Add necessary stylesheet file to app/assets/stylesheets/application.css
+1. Rename application.css to application.css.scss
+2. Import twitter bootstrap `@import "twitter/bootstrap";`
+3. You can override vars above `@import "twitter/bootstrap";`
-``` css
-*= require twitter/bootstrap
-```
-
-You can override bootstrap variables:
-
-1. rename application.css to application.css.scss
-2. override vars above `@import "twitter/bootstrap";`
-
```scss
// change colors
$link-color: red;
@@ -63,10 +56,9 @@
//= require twitter/bootstrap/tooltip
//= require twitter/bootstrap/popover
//= require twitter/bootstrap/button
//= require twitter/bootstrap/collapse
//= require twitter/bootstrap/carousel
-//= require twitter/bootstrap/typeahead
//= require twitter/bootstrap/affix
```
## Extending