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:
authorThomas McDonald <thomasmcdonald+github@me.com>2014-07-03 03:27:09 +0400
committerThomas McDonald <thomasmcdonald+github@me.com>2014-07-03 03:27:09 +0400
commit63c356403d5eef63d8c6709a50c7d1c7605e5a40 (patch)
treebaa216fef11685403f41cb111aab29bf6a188d7d
parenta46d95016dd727a198ed2120c9ce4e8b2cf5e0f3 (diff)
parent14d410a02a62e48483522935086a35b89c97167e (diff)
Merge pull request #652 from ZacharyAdams/master
Fix typo in readme
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index fb7ab0ed..56275a24 100644
--- a/README.md
+++ b/README.md
@@ -29,8 +29,8 @@ gem 'autoprefixer-rails'
In `app/assets/application.css.sass`:
```sass
-@import "bootstrap-sprockets"
-@import "bootstrap"
+@import "bootstrap-sprockets";
+@import "bootstrap";
```
Do not use `//= require` in Sass or your other stylesheets will not be [able to access][antirequire] the Bootstrap mixins or variables.