@mixin foo { @content }
a { b: c; @include foo {} }
