I'm wondering if https://github.com/AustinGil/bedrocss/blob/master/src/base.css#L65 should use :where(table) so that folks that want to for some reason override this benefit from the zero specificity? I suppose IE support becomes an issue but you've already elected to use :where so I'm presuming you're targeting A grade.
It's interesting to see Addam Argyle using the heck out of this:
https://github.com/argyleink/open-props/blob/main/src/extra/normalize.css
I'm wondering if https://github.com/AustinGil/bedrocss/blob/master/src/base.css#L65 should use
:where(table)so that folks that want to for some reason override this benefit from the zero specificity? I suppose IE support becomes an issue but you've already elected to use:whereso I'm presuming you're targeting A grade.It's interesting to see Addam Argyle using the heck out of this:
https://github.com/argyleink/open-props/blob/main/src/extra/normalize.css