mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-30 22:52:24 +01:00
Fix dart Sass compatibility for subtract (#29763)
This commit is contained in:
parent
0964a88ac8
commit
37d97c973f
@ -143,5 +143,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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user