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-04-10 09:40:54 +0400
committerGleb Mazovetskiy <glex.spb@gmail.com>2014-04-10 09:40:54 +0400
commit4dfc9219c9bcee076c4ec57b30b1926d3f3af9ac (patch)
tree9a5310e2c514ed4ec0ae7cd1aaa19ef9f1197434
parent0a46fb9500578ae7360ff18ce15cf30f0ca9a651 (diff)
Revert "Fix incorrect path to bootstrap.scss"
This reverts commit 0768ea4308fbe74facd3ce6f94facc1e98304208.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 928c75e2..6a352148 100644
--- a/README.md
+++ b/README.md
@@ -157,7 +157,7 @@ $navbar-default-color: $light-orange;
You can also import components explicitly. To start with a full list of modules copy this file from the gem:
```bash
-cp $(bundle show bootstrap-sass)/vendor/assets/stylesheets/bootstrap/bootstrap.scss \
+cp $(bundle show bootstrap-sass)/vendor/assets/stylesheets/bootstrap.scss \
app/assets/stylesheets/bootstrap-custom.scss
```
Comment out components you do not want from `bootstrap-custom`.