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

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scss/_functions.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_functions.scss b/scss/_functions.scss
index 3c7258ee87..695e6cd2f8 100644
--- a/scss/_functions.scss
+++ b/scss/_functions.scss
@@ -130,5 +130,5 @@
@return $value1 - $value2;
}
- @return if($return-calc == true, calc(#{$value1} - #{$value2}), #{$value1} - #{$value2});
+ @return if($return-calc == true, calc(#{$value1} - #{$value2}), $value1 + unquote(" - ") + $value2);
}