Brent Jackson
Brent Jackson
I know next to nothing about build tooling for flow or ts – I assume that’s something that could be handled within the next.config.js file
Thanks! Do you mind clarifying a little bit more about how you installed ok-mdx? - What versions of node and npm are you using? - Was it a global install?...
It's certainly possible, but might be a little outside the scope of this app. [Compositor x0](https://github.com/c8r/x0) supports `.mdx`, `.md`, and `.js` files out of the box, if you're looking for...
I think the next.js repo has examples for how to deploy to gh-pages
Thanks! I'd love to make this a little more flexible in regards to CSS, but trying to strike a balance between out-of-the-box smart defaults – that said, I'm not sure...
Very excited about this! Just expanding on the second and third points for clarity: Typography.js current generates a style object that is more inline with standard CSS syntax, with nested...
@souporserious I'm hoping that the idea of scales being objects means that you would have one master `fontSizes` array or object, then use that as the basis for subsets like...
@zethussuen thanks! I think this initial spec is meant to be fairly loosely defined when it comes to *what* you put in the scales. That said, an extension of this...
Just opened a PR for discussion about width and height properties here: #2
@Grsmto Yeah, this spec should "work" for any language really. If you have to slightly alter what an object looks like for TS, I think that's totally valid. The aliasing...