diff options
Diffstat (limited to 'bower_components/bootstrap-sass-official/assets/stylesheets/_bootstrap-mincer.scss')
-rw-r--r-- | bower_components/bootstrap-sass-official/assets/stylesheets/_bootstrap-mincer.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bower_components/bootstrap-sass-official/assets/stylesheets/_bootstrap-mincer.scss b/bower_components/bootstrap-sass-official/assets/stylesheets/_bootstrap-mincer.scss index 7ec46574..0c4655e3 100644 --- a/bower_components/bootstrap-sass-official/assets/stylesheets/_bootstrap-mincer.scss +++ b/bower_components/bootstrap-sass-official/assets/stylesheets/_bootstrap-mincer.scss @@ -9,11 +9,11 @@ // from "path/to/font.ext#suffix" to "<%- asset_path(path/to/font.ext)) + #suffix %>" // from "path/to/font.ext?#suffix" to "<%- asset_path(path/to/font.ext)) + ?#suffix %>" // or from "path/to/font.ext" just "<%- asset_path(path/to/font.ext)) %>" - @return "<%- asset_path('#{$path}'.replace(/[#?].*$/, '')) + '#{$path}'.replace(/(^[^#?]*)([#?]?.*$)/, '$2') %>"; + @return "<%- asset_path("#{$path}".replace(/[#?].*$/, '')) + "#{$path}".replace(/(^[^#?]*)([#?]?.*$)/, '$2') %>"; } @function twbs-image-path($file) { - @return "<%- asset_path('#{$file}') %>"; + @return "<%- asset_path("#{$file}") %>"; } $bootstrap-sass-asset-helper: true; |