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

github.com/twbs/bootstrap-rubygem.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index a1311ab..629c1b6 100644
--- a/README.md
+++ b/README.md
@@ -37,6 +37,8 @@ Import Bootstrap styles in `app/assets/stylesheets/application.css.scss`:
@import "bootstrap";
```
+`bootstrap-sprockets` must be imported before `bootstrap` for the icon fonts to work.
+
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:
@@ -62,8 +64,6 @@ When using [bootstrap-sass Bower package](#c-bower) in Rails, ensure [minimum Sa
::Sass::Script::Number.precision = [10, ::Sass::Script::Number.precision].max
```
-`bootstrap-sprockets` must be imported before `bootstrap` for the icon fonts to work.
-
#### Rails 3.2.x
Rails 3.2 is [no longer maintained for bugfixes](http://guides.rubyonrails.org/maintenance_policy.html), and you should upgrade as soon as possible.