It would be great if there was a way to output placeholder selectors as well as, or instead of classes so that they can be extended (@extend).
I've tried the custom class but you end up with .%classname whereas I'd like to replace the . with a %, e.g. %classname.
It would be great if there was a way to output placeholder selectors as well as, or instead of classes so that they can be extended (
@extend
). I've tried the custom class but you end up with.%classname
whereas I'd like to replace the.
with a%
, e.g.%classname
.