Hacker News new | ask | show | jobs
by thestepafter 636 days ago
Any recommendations for a more aggressive reset? What if you are already using a library such as bootstrap or tailwind?
1 comments

If you’re using a framework, I wouldn’t (personally) layer another reset on top of it.

For me, especially when managing non-typographic layout, ensuring that all browser-default margins and padding are gone, as well as a consistent font size and line height for every element are important.

I also think that the `dvh` unit is really helpful if you’re going to be working with full-screen layouts that target any iOS browser.