Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap-sass.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGleb Mazovetskiy <glex.spb@gmail.com>2014-11-01 00:53:13 +0300
committerGleb Mazovetskiy <glex.spb@gmail.com>2014-11-01 00:54:09 +0300
commit5f1800ab526266469217ed7bcfd05bdce6eb0c92 (patch)
treec4b9c0ce567d5b265c18817dcc04aeece9e6cdd1 /README.md
parent7be193b59f1a38da78303c8acffe48b608012fcb (diff)
Readme link fix
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 8c161837..8b1d78fa 100644
--- a/README.md
+++ b/README.md
@@ -137,7 +137,7 @@ $ compass create my-new-project -r bootstrap-sass --using bootstrap
This will create a new Compass project with the following files in it:
* [styles.sass](/templates/project/styles.sass) - main project Sass file, imports Bootstrap and variables.
-* [_bootstrap-variables.sass](/templates/project/_bootstrap-variables.sass.erb) - all of Bootstrap variables, override them here.
+* [_bootstrap-variables.sass](/templates/project/_bootstrap-variables.sass) - all of Bootstrap variables, override them here.
Some bootstrap-sass mixins may conflict with the Compass ones.
If this happens, change the import order so that Compass mixins are loaded later.