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:
authorRanglani, Sagar | Saga | ISDOD <sagar.ranglani@mail.rakuten.com>2014-09-18 06:51:56 +0400
committerRanglani, Sagar | Saga | ISDOD <sagar.ranglani@mail.rakuten.com>2014-09-18 06:51:56 +0400
commitf9da77178fd5ea951852625622122f3340ab1bdc (patch)
tree875ecec92acfb2a148a6491b273d3b25cf150152 /README.md
parent359d643ecd2816ed4978ef14b3e58016585fb612 (diff)
Fix a broken link url of bootstrap.scss in README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index b444f0b..a1311ab 100644
--- a/README.md
+++ b/README.md
@@ -159,7 +159,7 @@ 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`.
+[`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: