mirror of
https://github.com/twbs/bootstrap.git
synced 2024-11-29 11:24:18 +01:00
Fix dart Sass compatibility (#29755)
This commit is contained in:
parent
4de4874e72
commit
0964a88ac8
@ -123,7 +123,7 @@
|
||||
@return $value1 + $value2;
|
||||
}
|
||||
|
||||
@return if($return-calc == true, calc(#{$value1} + #{$value2}), #{$value1} + #{$value2});
|
||||
@return if($return-calc == true, calc(#{$value1} + #{$value2}), $value1 + unquote(" + ") + $value2);
|
||||
}
|
||||
|
||||
@function subtract($value1, $value2, $return-calc: true) {
|
||||
|
Loading…
Reference in New Issue
Block a user