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:
authorBrian Bugh <brainbag@gmail.com>2017-10-14 00:48:42 +0300
committerGleb Mazovetskiy <glex.spb@gmail.com>2017-10-14 01:23:10 +0300
commit7df78436fe50217996c5ab61b89ea09ebb3165a4 (patch)
tree4d627210228e02f1dcd50241ee94c1bf16610319
parentddbe733b954375f81a9649a270da3ed87183adaf (diff)
Fixed outdated variables link in README
The README link to the variables was pointing to `templates/project/_bootstrap-variables.scss` but the correct link seems to be `assets/stylesheets/bootstrap/_variables.scss`.
-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: