diff --git a/lib/compass/typography/text/_replacement.scss b/lib/compass/typography/text/_replacement.scss index 703571b..35e4e50 100644 --- a/lib/compass/typography/text/_replacement.scss +++ b/lib/compass/typography/text/_replacement.scss @@ -18,7 +18,7 @@ $hide-text-direction: left !default; @include hide-text; background: { @if is-url($img) { - image: $img; + image: url($img); } @else { image: image-url($img); }