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

Update babel dependencies #115

Open
ntaylor89 opened this issue Feb 11, 2019 · 2 comments
Open

Update babel dependencies #115

ntaylor89 opened this issue Feb 11, 2019 · 2 comments

Comments

@ntaylor89
Copy link

I'm attempting to use styled-components with their babel plugin, so I can specify a css prop like so

<Box css={`some css here`} />

It appears this plugin only works with babel 7.0+ (babel will not compile syntax the css prop on any previous version), but x0's current dependencies have it locked at babel 6.

Looks like the only way to get this working with x0 would be to bump it's depencies / swap out it's babel presets.

@chrisdwheatley
Copy link
Contributor

I took a stab at updating to babel 7 here #117. It'd be cool if you could give it a try and see how far you get.

@ntaylor89
Copy link
Author

Nice! I'll take a look.

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

2 participants