next.config.jsRouter APIconfig.babel Object + Function supportdo-expressions)head and CSS upon errors #439READMEs in examples/ and link to them throughout the README<Document> in examples/styled-jsx and updatepushTo and replaceTonext/css and point to the glamor exampleIMO, for a 2.0 release, glamor should be removed entirely (as a breaking change) instead of showing a dev-only deprecation message. This still includes it within the bundle.
This route would have made sense if 1.3 was the next target release.
Happy to tackle this if it's wanted.
@lukeed I want to give people some time to migrate away. We can do a 3.0 release soon that removes it.
Right now I'm working on the guide that explains how to set up <Document> and include glamor in dependencies and then just use import 'glamor'
Also, to alleviate any bloat concerns: if the module is not imported, it's not included in the builds. That's true of both next/css and <style jsx>.
3.0 release is coming, so this issue can be closed, I suppose :)
Yes it is :)
Most helpful comment
@lukeed I want to give people some time to migrate away. We can do a
3.0release soon that removes it.Right now I'm working on the guide that explains how to set up
<Document>and includeglamorindependenciesand then just useimport 'glamor'Also, to alleviate any bloat concerns: if the module is not imported, it's not included in the builds. That's true of both
next/cssand<style jsx>.