epiphany/node_modules/@punkfairie/modern-css-reset
2023-12-09 22:48:07 -08:00
..
dist stylelint/eleventy config 2023-12-09 22:48:07 -08:00
src stylelint/eleventy config 2023-12-09 22:48:07 -08:00
CONTRIBUTING.md stylelint/eleventy config 2023-12-09 22:48:07 -08:00
LICENSE stylelint/eleventy config 2023-12-09 22:48:07 -08:00
package.json stylelint/eleventy config 2023-12-09 22:48:07 -08:00
README.md stylelint/eleventy config 2023-12-09 22:48:07 -08: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 --save-dev @punkfairie/modern-css-reset

Yarn:

yarn add @punkfairie/modern-css-reset

Unpkg CDN:


<link rel="stylesheet"
    href="https://unpkg.com/@punkfairie/modern-css-reset/dist/reset.min.css"/>

jsDelivr CDN:


<link rel="stylesheet"
    href="https://cdn.jsdelivr.net/npm/@punkfairie/modern-css-reset/dist/reset.min.css"/>

Manual installation

First, let's clone this repository:

git clone https://github.com/punkfairie/modern-css-reset.git

Then, go to modern-css-reset directory:

cd modern-css-reset

And now, you can minify and move the main reset to the dist by running:

npm run build

That's it! 🎉

License

MIT