Skip to content

thewhodidthis/reset.css

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages