fix: add SASS div method fallback

This commit is contained in:
Sam Potts
2021-09-29 21:42:41 +10:00
parent 1c33098c42
commit 720cddff21
6 changed files with 31 additions and 10 deletions

View File

@ -46,7 +46,7 @@ aside {
.icon {
fill: $color-twitter;
margin-right: ($spacing-base / 2);
margin-right: div($spacing-base, 2);
}
p {