Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap-sass.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSudipta Bandyopadhyay <sbandyopadhyay1@gmail.com>2014-07-10 03:31:07 +0400
committerSudipta Bandyopadhyay <sbandyopadhyay1@gmail.com>2014-07-10 03:31:07 +0400
commitc14f8eaefa9ccb35161fd6ddf2374a09ba767b0c (patch)
tree4fd472ae7ab30f6abeba2affcb8ae6b22c476df9
parent7d6bf1994a42c3ffd2c45f52fad6fda7884b2da9 (diff)
converter: icon-font-path
-rw-r--r--tasks/converter/less_conversion.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks/converter/less_conversion.rb b/tasks/converter/less_conversion.rb
index fd197cab..b3841d42 100644
--- a/tasks/converter/less_conversion.rb
+++ b/tasks/converter/less_conversion.rb
@@ -94,7 +94,7 @@ class Converter
// in Sass 3.3 this can be improved with: function-exists(twbs-font-path)
$bootstrap-sass-asset-helper: (twbs-font-path("") != unquote('twbs-font-path("")')) !default;
SCSS
- file = replace_all file, /(\$icon-font-path:).*(!default)/, '\1 "bootstrap/" \2'
+ file = replace_all file, /(\$icon-font-path:\s+".*)(" !default)/, '\1bootstrap/\2'
when 'close.less'
# extract .close { button& {...} } rule
file = extract_nested_rule file, 'button&'