fix syntax error

This commit is contained in:
Ray Elliott 2020-05-24 14:49:15 +01:00
parent 9fdf0d5d2d
commit 05053c1b68
1 changed files with 2 additions and 2 deletions

View File

@ -13,8 +13,8 @@
} }
@mixin margin-v($top, $bottom: $top) { @mixin margin-v($top, $bottom: $top) {
@include mt($top); @include margin-t($top);
@include mb($bottom); @include margin-b($bottom);
} }
@mixin pad-t($amount) { @mixin pad-t($amount) {