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-08-19 20:28:21 +0400
committerGleb Mazovetskiy <glex.spb@gmail.com>2014-08-19 20:28:21 +0400
commit7b5ce7e0c3bc924c064f3bf19c136903d64cf75e (patch)
tree7fbd3ce6f3dfce80f395ddf8d0175a9b38f9295f /README.md
parent6d6a7fe36b87799af8c0e719bef7e3b6b04d11ca (diff)
bootstrap.scss -> _bootstrap.scss #694
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 987740d..148305c 100644
--- a/README.md
+++ b/README.md
@@ -159,8 +159,8 @@ See also this [example manifest.js](/test/dummy_node_mincer/manifest.js) for min
By default all of Bootstrap is imported.
You can also import components explicitly. To start with a full list of modules copy
-[`bootstrap.scss`](assets/stylesheets/bootstrap.scss) file into your assets as `bootstrap-custom.scss`.
-Then comment out components you do not want from `bootstrap-custom`.
+[`_bootstrap.scss`](assets/stylesheets/_bootstrap.scss) file into your assets as `_bootstrap-custom.scss`.
+Then comment out components you do not want from `_bootstrap-custom`.
In the application Sass file, replace `@import 'bootstrap'` with:
```scss