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={{}} />
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={{}} />