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:
authorGleb Mazovetskiy <glex.spb@gmail.com>2014-09-10 20:59:23 +0400
committerGleb Mazovetskiy <glex.spb@gmail.com>2014-09-10 21:17:48 +0400
commit6e7f0f943bed639bc315ba26bc277a6af187fe1a (patch)
tree9ab7300453b719e9c69bed3916a49a00699e37c0 /README.md
parent13c00527034691c45397fb8653b8a4c741aa0cd4 (diff)
Rails Readme: clarify @import order requirements
See https://github.com/twbs/bootstrap-sass/issues/692#issuecomment-55091209
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9cea5e2..a54995c 100644
--- a/README.md
+++ b/README.md
@@ -33,6 +33,7 @@ gem 'autoprefixer-rails'
Import Bootstrap styles in `app/assets/stylesheets/application.css.scss`:
```scss
+// "bootstrap-sprockets" must be imported before "bootstrap" and "bootstrap/variables"
@import "bootstrap-sprockets";
@import "bootstrap";
```