threepointone/glamor

Example of converting .link:hover::before in glamor

brukh opened this issue · 2 comments

brukh commented

Are they're examples of how I would accomplish.link:hover::before with glamor?

This works for me...is this what you wanted?

<a href="#" {...select(":hover::before", {content: "'Test'"})}>Link</a>

brukh commented

thank you!! I apprecaite the help 🙏🏽 @tsriram