Fix dart Sass compatibility (#29755)
This commit is contained in:
parent
301ee1972d
commit
c24aaa6cbf
1 changed files with 1 additions and 1 deletions
|
|
@ -110,7 +110,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…
Add table
Add a link
Reference in a new issue