Axel Rauschmayer 3 months ago #CSS: I’m seeing many CSS resets do margin:0. I’m not sure I’d want that. What would the smallest reset-like CSS be? The following? *, *::before, *::after { box-sizing: border-box; }