vikramrojo / fortune

🔮Fortune is your friendly CSS properties framework.
MIT License
16 stars 2 forks source link

Variable CSS Reset #34

Open zaydek-old opened 6 years ago

zaydek-old commented 6 years ago

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!

zaydek-old commented 6 years ago

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

vikramrojo commented 6 years ago

Could be something we tackle in gulp after the beta if people find the resets aren't robust for older browsers.