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
+3 -1
View File
@@ -2,6 +2,8 @@
// Icons
// ==========================================================================
@use 'sass:math';
// Base size icon styles
.icon {
fill: currentColor;
@@ -19,5 +21,5 @@ label svg {
a .icon,
.btn .icon {
margin-right: div($spacing-base, 2);
margin-right: math.div($spacing-base, 4);
}