gucong3000 / postcss-jsx

PostCSS syntax for parsing CSS in JS literals
MIT License
76 stars 28 forks source link

Fixed not working with @babel/core@7.0.0. #33

Closed ota-meshi closed 6 years ago

ota-meshi commented 6 years ago

This pull request fixes an issue that does not work with @babel/core@7.0.0.

The reason for not working was the effect of the next change. https://github.com/babel/babel/pull/8465