Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap-sass.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGleb Mazovetskiy <glex.spb@gmail.com>2014-08-04 10:24:58 +0400
committerGleb Mazovetskiy <glex.spb@gmail.com>2014-08-04 10:27:58 +0400
commit54317e5c02a4915e7a5def3a3e94cc2738a51ed3 (patch)
tree12355647492bde6dbaf5fc0ec1d846f8b0390a14
parent4b01f6b71d92801bf51469710c21e1c6da5743d7 (diff)
readme [ci skip]
-rw-r--r--README.md10
1 files changed, 4 insertions, 6 deletions
diff --git a/README.md b/README.md
index 1683bbaf..987740d6 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@ Please see the appropriate guide for your environment of choice:
* [Ruby on Rails](#a-ruby-on-rails).
* [Compass](#b-compass-without-rails) not on Rails.
-* [Bower](#c-bower) not on Rails.
+* [Bower](#c-bower).
### a. Ruby on Rails
@@ -37,10 +37,8 @@ Import Bootstrap styles in `app/assets/stylesheets/application.css.scss`:
@import "bootstrap";
```
-Make sure the file has `.css.scss` extension (or `.css.sass` for Sass syntax).
-
-If you have just generated a new Rails app, it may have an `application.css` file instead.
-If this file exists, it will be served instead of Sass, so remove it:
+Make sure the file has `.css.scss` extension (or `.css.sass` for Sass syntax). If you have just generated a new Rails app,
+it may come with a `.css` file instead. If this file exists, it will be served instead of Sass, so remove it:
```console
$ rm app/assets/stylesheets/application.css
@@ -57,7 +55,7 @@ Require Bootstrap Javascripts in `app/assets/javascripts/application.js`:
#### Bower with Rails
-When using bootstrap-sass Bower package in Rails, ensure [minimum number precision](#sass-number-precision):
+When using [bootstrap-sass Bower package](#c-bower) in Rails, ensure [minimum Sass number precision](#sass-number-precision):
```ruby
# e.g. config/initializers/sass.rb