Skip to content

nateberkopec/mini-normalize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mini-normalize

A miniature CSS reset, based on normalize.css, suitable for inlining. 463 bytes gzipped, or about 50% smaller than normalize.

Browser target is IE11+ and current versions of popular mobile browsers (i.e. any version with 1% or greater adoption on caniuse). Removes much of the weight associated with supporting old IE and old iOS versions.

Intended for those who prefer low cognitive overhead in their CSS or for use in size-constrained, critical-path environments.

This reset intentionally does not reset many uncommon elements, such as mark, kbd or samp.

CSS reset size comparison

Name Size Size (gzip)
This library 947 bytes 463 bytes
normalize.css 8052 bytes 964 bytes

References

Based on the work of the following authors:

About

A miniature CSS reset with a 500 byte (gzipped) size limit. Suitable for inlining.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages