Skip to content

A bare-bones CSS reset for modern web development

License

Notifications You must be signed in to change notification settings

armspkt/modern-css-reset

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A modern CSS reset

The Uncompressed size of this reset The GZIP size of this reset The Brotli size of this reset License: MIT

A tiny little reset that you can use as the basis of your CSS projects. You can read a breakdown of it here.

Installation

  • NPM: npm install modern-css-reset
  • Yarn: yarn add modern-css-reset
  • CDN:
    • Unpkg: <link rel="stylesheet" href="https://unpkg.com/modern-css-reset/dist/reset.min.css" />
    • jsDelivr: <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/modern-css-reset/dist/reset.min.css" />

Commands

You can minify and move the main reset to the dist by running:

npm run build

About

A bare-bones CSS reset for modern web development

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 100.0%