reset.css

about

Just enough rules to cover wide enough a variety of cases opting for auto and inherit values where possible.

setup

Download from GitHub directly:

# Add to package.json
pnpm install thewhodidthis/reset.css

usage

May be easily consumed using postcss-import… or not!

@import url("https://thewhodidthis.github.io/reset.css/reset.css");

ul,
ol {
  padding-left: 1rem;
}

see also