Benjamin Knight

Results 47 comments of Benjamin Knight

If no plugin, at least a page in the documentation about how to quickly configure Tailwind to use one the colors.

I'm experiencing this issue now as well: ``` { "data": { "posts": { "edges": [] } }, "extensions": { "debug": [ { "type": "DUPLICATE_TYPE", "message": "You cannot register duplicate Types...

Agreed, I source my translations from Airtable so I can't use this i18n plugin.

I just came across this issue and thought I'd offer some input. I think a nice API would look something like this: ```js example ``` where a, h, v, t,...

@tomgenoni agreed about not including padding. I think I just wanted to illustrate how we might be able to use explicit prop names to expose a declarative, limited API for...

A `u` prop has no clear meaning or purpose, which are good qualities for prop name to have. How about a prop called `marginClassName` which works like `className`, except it...

> CSS class composition is definitely a plus and so maybe creating a new component that is specifically for applying spacing around a component and supports the special margin classes...

I think prop that just takes a space-separated list of margin utility classnames is fine. Though, I don't like calling it `utility` because it leaves it unclear what is valid...

I'm having the same issue. Just upgraded to v6 and every story that imports an SVG file has a scary `Element type is invalid` error. Also using CRA.