John Otander
John Otander
Decent chance you've run into a bug, I'll look into it this weekend and see if I can get that fixed. Thanks for opening up this issue!
This sounds great, we could also allow the user to determine if they want the classes to also have media queries added. Additionally the could potentially select which classes they...
Having different builds for different vendor prefix sets is a great idea! I do think we should handle this on the configuration level though, so you can create multiple builds...
Apologies for the confusion. I accidentally published the new major version prereleases without the beta tag 😱. I've unpublished them and correctly specified the beta tag, so fresh installs should...
Hey @ggamel, thanks for the detailed report. At first glance it looks like an issue with node versioning. `async`/`await` is supported in Node v7.6(?) and later. What version of node...
Was doing some pondering on this as well, definitely agree. We only need to pull in Ink for the prompt portions, so this sounds 💯 to me.
Toying around with potential APIs: #### Props Prop based with `category` and `categories`, the latter accepting an array to place an example in multiple nav sections. ```jsx Hello, world! ```...
I added in a basic TypeScale component (copy pasta-ed over from your component in Lab), so think we just need a Typography component now.
This lgtm, it's a huge improvement because it wasn't even documented before : ). Do you mind keeping the js block as standard style? 💟
I also tried `experimental.esmExternals = true` in `next.config.js` which resulted in a slightly different error. ``` error - Error [ERR_REQUIRE_ESM]: require() of ES Module /Users/johno-mini/c/repro-mdx-v2-theme-ui/node_modules/@mdx-js/react/index.js from /Users/johno-mini/c/repro-mdx-v2-theme-ui/node_modules/@theme-ui/mdx/dist/theme-ui-mdx.cjs.dev.js not supported. Instead...