fix syntax error
This commit is contained in:
parent
9fdf0d5d2d
commit
05053c1b68
|
@ -13,8 +13,8 @@
|
|||
}
|
||||
|
||||
@mixin margin-v($top, $bottom: $top) {
|
||||
@include mt($top);
|
||||
@include mb($bottom);
|
||||
@include margin-t($top);
|
||||
@include margin-b($bottom);
|
||||
}
|
||||
|
||||
@mixin pad-t($amount) {
|
||||
|
|
Loading…
Reference in New Issue