Robin Métral
Robin Métral
I think this would be covered by #2
It also seems that `HTMLProps` includes extra props (in contrast to `HTMLAttributes`), like the `disabled` and `required` props. So switching to `HTMLProps` worked for me in some components, but not...
Same here, @mariusandra you rock! :slightly_smiling_face:
Also if you want to specify several formats (say `woff` and `woff2`), you can NOT omit the comma. So so far my stylus `@font-face` rules look like this: ```stylus @font-face...
I was just about to open an issue for this, you guys are great! :rocket: Here's how to check whether the generated feed is valid: https://validator.w3.org/feed/ (currently [it isn't](https://validator.w3.org/feed/check.cgi?url=https%3A%2F%2Fmxstbr.com%2Ffeed.json%2F)) (side...
Closed by #1766
Thanks a lot for this @anasalles47, and sorry I didn't have the time to take a look at this earlier. This is an awesome initial implementation and I'll help clarify...
Only (small) concern on my end, [diez/diez](https://github.com/diez/diez) hasn't had a contribution in about two months, and it looks like there are some stale issues and PRs in the repo. GitHub...
I would deprecate and link to documentation for migrating to any other grid system we choose. We could write it in a `README` in `components/Grid` for example. WDYT?
Naturally I wasn't suggesting a deprecation without a solid proof of concept + migration guide. Looks like we're on the same page 👌