@mixin you-can-do-it { @content; } @include you-can-do-it { .yes-you-can { color: red } }