@mixin position($p, $t, $r: $t, $b: $t, $l: $r) {
    position: $p;
    top: $t;
    right: $r;
    bottom: $b;
    left: $l;
}
