morajabi / styled-media-query

💅💍 Better media queries for styled-component
MIT License
1.32k stars 53 forks source link

Reduce the bundle size #12

Closed morajabi closed 6 years ago

tume commented 6 years ago

Might help to move styled-components from dependencies to peerDependencies ( no risk of bundling it twice).

morajabi commented 6 years ago

@tume Yeah, maybe. I had no prior experience with Rollup but would be happy if you could prepare a small PR for this 😉 If not, I'll tackle this sometime in the future.