Skip to content
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

explore ways to support styled-components #3

Open
bmcmahen opened this issue Mar 28, 2019 · 1 comment
Open

explore ways to support styled-components #3

bmcmahen opened this issue Mar 28, 2019 · 1 comment

Comments

@bmcmahen
Copy link
Owner

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.

@bmcmahen
Copy link
Owner Author

bmcmahen commented Jul 5, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant