Closed azdanov closed 5 years ago
That would be great :+1:
I've also added it to my TODOs, but the list is actually to long and there are more urgent tasks.
If you'd like to submit a PR please take care of all changes made since v0.4.0 (maybe one commit per change for better overview in logs?) and replace styled-components deprecated (v3) injectGlobal
function with the really nice and new createglobalstyle
component factory function introduced in v4. I think the docs should not mention both functions for something like legacy or backwards compatibility since there should be absolute no reason why someone might stay on v3. Also the official styled-components docs provide a migration guide that explains how to update so this is covered.
Resolved in #5
There is a modern-normalize.css version 0.5.0. And styled-components version 4.1.1 for peer dependency.
Would a PR be welcome with a version bump?