A bare-bones CSS reset for modern web development.
Find a file
Andy Bell b9fc9a3685
Merge pull request #6 from atomiks/fix-transitionend
Fix styles breaking transitionend/animationend event
2019-10-03 20:56:18 +01:00
dist Build 2019-10-01 14:41:57 +01:00
src Replace animation styles with new technique 2019-10-04 05:43:53 +10:00
.gitignore Initial 2019-10-01 14:02:39 +01:00
CONTRIBUTING.md Contributing guide 2019-10-01 15:04:17 +01:00
LICENCE.txt Initial 2019-10-01 14:02:39 +01:00
package-lock.json Use uglifycss as dev dependency 2019-10-01 15:42:56 -05:00
package.json Bump version 2019-10-02 10:22:33 +01:00
README.md Tweaks 2019-10-02 09:19:21 +09:00

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