vikramrojo / fortune

🔮Fortune is your friendly CSS properties framework.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Variable CSS Reset

zaydek-old opened this issue · comments

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.