-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
css() isn't picking up pseudo-selector styles defined in emotion css prop #19
Comments
What version of |
Actually, I think this might have been due to not having a border-width or style set. |
Edit: |
Yeah, v2 should support |
👍 Aside: I rolled back the version in the demo https://stackblitz.com/edit/react-zzznyy and it's showing some odd behavior. It's applying the focus color right away. |
Is there something I'm missing?
This is being used on a
<Flexbox />
component built in@emotion/styled
+styled-system
.What's odd is that I can get it to work here: https://stackblitz.com/edit/react-zzznyy
The text was updated successfully, but these errors were encountered: