1
0
Fork 0
mirror of https://github.com/twbs/bootstrap-sass.git synced 2022-11-09 12:27:02 -05:00
twbs--bootstrap-sass/asseturl.patch
2012-11-01 09:26:20 -04:00

15 lines
695 B
Diff

diff --git a/vendor/assets/stylesheets/_variables.scss b/vendor/assets/stylesheets/_variables.scss
index e29dc59..85f4d56 100644
--- a/vendor/assets/stylesheets/_variables.scss
+++ b/vendor/assets/stylesheets/_variables.scss
@@ -151,8 +151,8 @@ $zindexModal: 1050 !default;
// Sprite icons path
// -------------------------
-$iconSpritePath: "../img/glyphicons-halflings.png" !default;
-$iconWhiteSpritePath: "../img/glyphicons-halflings-white.png" !default;
+$iconSpritePath: asset-url("glyphicons-halflings.png", image) !default;
+$iconWhiteSpritePath: asset-url("glyphicons-halflings-white.png", image) !default;
// Input placeholder text color