You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Styled-components does support the css prop and css function, so in theory we should be able to support it. Unsure if composition is similarly supported.
The text was updated successfully, but these errors were encountered:
Rebass provides support for emotion by using babel, as found here. Basically the idea is that we rewrite the imports to use styled instead of emotion. This should work (I think?) with styled-components if we use the macro.
Styled-components does support the
css
prop and css function, so in theory we should be able to support it. Unsure if composition is similarly supported.The text was updated successfully, but these errors were encountered: