sindresorhus / modern-normalize

🐒 Normalize browsers' default style
MIT License
6.16k stars 358 forks source link

How to revert normalized css styles to their original form? #61

Closed zigomi closed 2 years ago

zigomi commented 2 years ago

I have a css file which, probably, the tool has been applied to. Is there a way to revert it to its original form? Does the normalize support this?

sindresorhus commented 2 years ago

There's no support for this and it's not something I plan to add.

You would have to use the revert keyword on every style overrides here.

https://mgearon.com/css/revert/