dragma / styled-bootstrap-grid

Full Twitter Bootstrap v4 grid system implementation
MIT License
167 stars 39 forks source link

Missing support for styled-components v4 #22

Closed motiejunas closed 6 years ago

motiejunas commented 6 years ago

I cannot use styled-bootstrap-grid together with styled-components v4.

I am getting TypeError: (0 , _styledComponents.injectGlobal) is not a function error as injectGlobal was removed and replaced by createGlobalStyle in styled-components v4.

peterlazzarino commented 6 years ago

Added a PR #23

dragma commented 6 years ago

I have published a last styled-components-v3-compliant version, named 1.0.5. I will work now on the v4 implementation based on your PR. Thanks for making it !

dragma commented 6 years ago

New package published ! Thanks !