Closed jonathanKingston closed 9 years ago
Hey @MoOx,
So with cssnext I was running some code that had:
@custom-selector :--selector a; @custom-selector :--other-selector b; :--selector :--other-selector:hover {
Which was turning into:
ab:hover
Which it tracks back to this code here.
Let me know if there are any issues with this.
Thank you for all your hard work on this!
Awesome. Thanks !
@MoOx :+1: thank you!
Hey @MoOx,
So with cssnext I was running some code that had:
Which was turning into:
Which it tracks back to this code here.
Let me know if there are any issues with this.
Thank you for all your hard work on this!