mirror of
https://github.com/twbs/bootstrap-sass.git
synced 2022-11-09 12:27:02 -05:00
15 lines
695 B
Diff
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
|