fix: revert math.div SASS fallback

This commit is contained in:
Sam Potts
2021-09-29 22:07:42 +10:00
parent 5d1d247491
commit cf8e9341f2
6 changed files with 14 additions and 32 deletions

View File

@ -2,6 +2,8 @@
// Core
// ==========================================================================
@use 'sass:math';
html,
body {
display: flex;
@ -46,7 +48,7 @@ aside {
.icon {
fill: $color-twitter;
margin-right: div($spacing-base, 2);
margin-right: math.div($spacing-base, 2);
}
p {