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:
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 8bcc17a..1e25633 100644
--- a/README.md
+++ b/README.md
@@ -31,7 +31,7 @@ Import Bootstrap styles in `app/assets/stylesheets/application.scss`:
@import "bootstrap";
```
-The available variables can be found [here][bootstrap-variables.scss].
+The available variables can be found [here](assets/stylesheets/bootstrap/_variables.scss).
Make sure the file has `.scss` extension (or `.sass` for Sass syntax). If you have just generated a new Rails app,
it may come with a `.css` file instead. If this file exists, it will be served instead of Sass, so rename it: