Simple and Clean CSS Reset for modern day web development
🙋♂️ Made by @abhijithvijayan
❤️ it? ⭐️ it on GitHub or Tweet about it.
NPM:
npm install --save advanced-css-resetYarn:
yarn add advanced-css-resetUnpkg CDN:
<link rel="stylesheet" href="https://unpkg.com/advanced-css-reset/dist/reset.min.css" />jsDelivr CDN:
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/advanced-css-reset/dist/reset.min.css" />With SASS:
@import '~advanced-css-reset/dist/reset.min.css';First, let's clone this repository:
git clone https://github.com/abhijithvijayan/advanced-css-reset.gitThen, go to advanced-css-reset directory:
cd advanced-css-resetAnd now, you can minify and move the main reset to the dist by running:
npm run buildThat's it! 🎉
Looking to contribute? Look for the Good First Issue label.
Please file an issue here for bugs, missing documentation, or unexpected behavior.
MIT © Abhijith Vijayan