According to you, what would be the best way to indicate that a mixin allows content to be passed in like so: ``` scss @mixin dummy { @content; } ``` Description? `@output`? New annotation?