5 ms·
Any recommendations for a more aggressive reset? What if you are already using a library such as bootstrap or tailwind?
by thestepafter 2y ago
Any recommendations for a more aggressive reset? What if you are already using a library such as bootstrap or tailwind?
- wkirby 2y agoIf 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.