@mixin test($italic: true) { @if $italic { @font-face { } } } @include test;