fix syntax error
This commit is contained in:
parent
9fdf0d5d2d
commit
05053c1b68
|
@ -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) {
|
||||||
|
|
Loading…
Reference in New Issue