Skip to content

Commit a35b3ef

Browse files
committed
修复文档网站
1 parent cf9c52f commit a35b3ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_sass/minimal-mistakes/vendor/susy/susy/_su-math.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
@if unitless($span-width) {
9191
$container-spread: su-valid-spread($container-spread);
9292
$container: _su-sum($columns, $gutters, $container-spread, $validate: false);
93-
@return percentage(calc($span-width / $container));
93+
@return percentage($span-width / $container);
9494
}
9595

9696
@return $span-width;

0 commit comments

Comments
 (0)