Parameters

@mixin font-size($n) {
    font-size: $n * 1.2em;
}
body {
    @include font-size(2);
}
Comments