# Pastebin D5y005wZ @mixin --test(@contents, --foo: pink) { @contents } button { @apply --test { background: var(--foo); } --foo: lime; }