Skip to content

Commit 7df7843

Browse files
bbughglebm
authored andcommitted
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`.
1 parent ddbe733 commit 7df7843

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Import Bootstrap styles in `app/assets/stylesheets/application.scss`:
3131
@import "bootstrap";
3232
```
3333

34-
The available variables can be found [here][bootstrap-variables.scss].
34+
The available variables can be found [here](assets/stylesheets/bootstrap/_variables.scss).
3535

3636
Make sure the file has `.scss` extension (or `.sass` for Sass syntax). If you have just generated a new Rails app,
3737
it may come with a `.css` file instead. If this file exists, it will be served instead of Sass, so rename it:

0 commit comments

Comments
 (0)