Skip to content

sirodoht/cssmonoculture

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

cssmonoculture

CSS reset library.

cssmonoculture is a small CSS library for cross-browser normalisation of styles. It’s based on necolas/normalize.css and sindresorhus/modern-normalize.

Features

  • Less verbose code comments.
  • Less opinionated than sindresorhus/modern-normalize.
  • Includes only normalisations for the latest Chrome, Firefox, Safari.
  • Does not set box-sizing: border-box.
  • No changes in default fonts rules.

Usage

There are no published packages for this repository. Feel free to use it in any way that fits your workflow. I just copy it in my style.css.

License

MIT