Pseudo classes in styled-system?

46 views Asked by At

Styled-system is a pretty popular styling framework. But nowhere in the docs they mention how to apply pseudo classes like :hover.

How would I style a simple button with a hover effect?

<Button _hover={{}} />
0

There are 0 answers