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:
authorGleb Mazovetskiy <glex.spb@gmail.com>2014-07-12 19:22:15 +0400
committerGleb Mazovetskiy <glex.spb@gmail.com>2014-07-12 19:22:15 +0400
commitbbda75fb7fc6b49c8264866aa6ae670dd49bbbbb (patch)
treeb157688f7cf4439fa1f43e4eaa0c475165d37028 /README.md
parent1a3726a7f97b6b7268aa02de07a81eddb1a0c6f2 (diff)
$icon-font-path fallback to relative for pure Sass
Refs #650 #662
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index f9dffc9..4bb4bbf 100644
--- a/README.md
+++ b/README.md
@@ -196,9 +196,9 @@ The fonts are referenced as:
"#{$icon-font-path}#{$icon-font-name}.eot"
```
-`$icon-font-path` defaults to `bootstrap/`.
+`$icon-font-path` defaults to `bootstrap/` if asset path helpers are used, and `../fonts/bootstrap/` otherwise.
-When using with Compass, Sprockets, or Mincer, make sure to import the relevant path helpers before Bootstrap itself, for example:.
+When using bootstrap-sass with Compass, Sprockets, or Mincer, you **must** import the relevant path helpers before Bootstrap itself, for example:
```scss
@import "bootstrap-compass";