James Edmonds

Results 36 comments of James Edmonds

Delcaring props twice is usually used for fallbacks to supported values, for instance if a browser doesn't support CSS variables. Would probably need to be driven by browserlists targets. ```css...

@karlhorky Perhaps it can be a flag for the CLI that enables warnings about duplicate properties?

Documentation is something I find lacking, a lot of the time you want to be able to dig a little deeper into a certain block, only to find a link...

If you need help with documentation, I would love to help out some way!

Yeah this would be so handy!

Hi! Thanks for this, good to have this option. Although, what will you want to happen during a build? I assume you want those files to be copied to the...

Yeah, so this seems to be related to suspense and the twind stylesheet. When you're suspending, the `tw` template literal isn't being called during the flush effect for injecting the...

> It supports any function named `h`, but you have to import it yourself (your JSX import source isn't getting inserted automatically) > > We should probably fail to deploy...

Are you using a @theme-ui/preset by any chance?