// Mixin
@mixin size($num) {
    width: $num;
    height: $num;
}
