Closed ivb-supercede closed 2 years ago
Fixes a TODO!
This has been a recent pain point for us, because we have a button mixin that basically wants to do this
&__button { &:hover { ... } ... }
But we can't, because of the lack of blocks in mixins. Instead, we're forced to have multiple mixins per call-site, which is nasty.
Fixes a TODO!
This has been a recent pain point for us, because we have a button mixin that basically wants to do this
But we can't, because of the lack of blocks in mixins. Instead, we're forced to have multiple mixins per call-site, which is nasty.