@mixin mx($f: 10px) { .foo { font: { size: $f; } } } @include mx;