mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-25 22:41:20 +02:00
Fix dart Sass compatibility for subtract (#29763)
This commit is contained in:
@@ -130,5 +130,5 @@
|
|||||||
@return $value1 - $value2;
|
@return $value1 - $value2;
|
||||||
}
|
}
|
||||||
|
|
||||||
@return if($return-calc == true, calc(#{$value1} - #{$value2}), #{$value1} - #{$value2});
|
@return if($return-calc == true, calc(#{$value1} - #{$value2}), $value1 + unquote(" - ") + $value2);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user