Standard CSS Reset that Kevin Recommends?

Hello, I've searched on Kevin's website and on his youtube channels. Can anyone share a link to a Kevin's preferred current way to apply a "css reset" ? These are the resources that I have found: * https://www.youtube.com/watch?v=CAPo3HZBWS0 -- I think he identifies the "ideal" reset in this video but I could not find a link to the reset code. * https://www.youtube.com/watch?v=eWmDW4zEXt4 -- an extension to a reset to help animations, but not the full reset * https://www.kevinpowell.co/article/css-remedy/ -- this article expresses excitement about css remedy. Is css remedy the preferred way now? Thank you
Kevin Powell
YouTube
Creating a CSS Boilerplate
Looking to step up your CSS? I have free and premium courses: https://kevinpowell.co/courses Come hang out with other dev's in my Discord Community 💬 https://discord.gg/nTYCvrK #css -- Keep up to date with everything I'm up to ✉ https://www.kevinpowell.co/newsletter Come hang out with me live every Monday on Twitch! 📺 https://www.tw...
Kevin Powell
YouTube
Improve your reset with these modern CSS additions
Looking to step up your CSS game? I have free and premium courses: https://kevinpowell.co/courses?utm_campaign=general&utm_source=youtube&utm_medium=newstuffforeset 🔗 Links ✅ More on container queries: https://youtu.be/2rlWBZ17Wes ✅ More on text-wrap balance: https://youtu.be/snKm-VzJCOo ⌚ Timestamps 00:00 - Introduction 00:10 - text-...
CSS remedy - rethinking the approach to CSS resets | CSS remedy - r...
Jen Simmons is currently working on a new way to think about CSS Resets, and is calling it CSS Rememdy
5 Replies
GamersPlane
GamersPlane4mo ago
Hey, did you ever find an answer to this? Or if resets are necessary? It feels like the growth of css frameworks has fractured resets for non-framework use. I'm also a bit curious if anyone has thoughts on the various resets out there vs normalize.css. It's obviously just another reset with a different name. Meyer used to be the big one, but I don't know what to make of things these days.
13eck
13eck4mo ago
CSS resets aren’t needed nowadays as there’s a lot more parity between browsers. And the fact that devs finally realized that you don’t need pixel-perfect, identical everything in each browser. As long as the browsing experience is consistent, it doesn’t matter if FF and Chrome have different default font faces. If you want a sane, well-thought out starting point have a look at Jen Simmons’ CSS Remedy. Not only are there far fewer “MAKE ALL SAME” rules, there’s comments as to why each one was added. Granted it hasn’t been touched in years. But that’s ok. It’s pretty much perfect as is. There haven’t been many CSS properties added that have wonky defaults :p
GamersPlane
GamersPlane4mo ago
Thanks
robskrob
robskrobOP3mo ago
I think I found my answer https://tailwindcss.com/docs/preflight
Preflight - Base styles
An opinionated set of base styles for Tailwind projects.
robskrob
robskrobOP3mo ago
seeing as tailwind is my default / go to for CSS i personally would just use tailwind's css reset @13eck.c thank you for your feedback I've never heard of Jen Simmons but she looks super legit

Did you find this page helpful?