We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf9c52f commit a35b3efCopy full SHA for a35b3ef
_sass/minimal-mistakes/vendor/susy/susy/_su-math.scss
@@ -90,7 +90,7 @@
90
@if unitless($span-width) {
91
$container-spread: su-valid-spread($container-spread);
92
$container: _su-sum($columns, $gutters, $container-spread, $validate: false);
93
- @return percentage(calc($span-width / $container));
+ @return percentage($span-width / $container);
94
}
95
96
@return $span-width;
0 commit comments