Andy-set-studio / modern-css-reset

A bare-bones CSS reset for modern web development.

Home Page:https://hankchizljaw.com/wrote/a-modern-css-reset/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

li { margin: 0; }

jbcaprell opened this issue · comments

Caveat: I only mention this because of the code golf-y nature of your reset.

I’m not actually aware of any user agent, Blink, Gecko/Quantum, WebKit, or EdgeHTML (whose stylesheet is, technically, closed-source, whatever sense that makes) that applies a margin to li elements, and so this line may be unnecessary:

https://github.com/hankchizljaw/modern-css-reset/blob/12e77f9a895255554e339b3de2c09b12f085dea3/src/reset.css#L23

PR 100% welcome for this :)