fortune
fortune copied to clipboard
Variable CSS Reset
I'm wondering if you could exploit CSS variables to make the reset used itself specifiable.
E.g. --reset: var(--normalize);
etc.
Given it can be opinionated, this could be really exciting!
I don't see how this could work with vanilla variables but I do think this is an interesting idea; letting the user use one of like 5 common resets, integrated into the package. JS could be of use here
Could be something we tackle in gulp after the beta if people find the resets aren't robust for older browsers.