1.0.1 • Published 2 years ago
@punkfairie/modern-css-reset v1.0.1
A modern CSS reset
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-resetYarn:
yarn add @punkfairie/modern-css-resetUnpkg 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.gitThen, go to modern-css-reset directory:
cd modern-css-resetAnd now, you can minify and move the main reset to the dist by running:
npm run buildThat's it! 🎉
License
MIT