Fix dart Sass compatibility for subtract (#29763)
This commit is contained in:
parent
0d148d8854
commit
b07b6f743c
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue