From 7df78436fe50217996c5ab61b89ea09ebb3165a4 Mon Sep 17 00:00:00 2001 From: Brian Bugh Date: Fri, 13 Oct 2017 16:48:42 -0500 Subject: 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`. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') 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: -- cgit v1.2.3