advanced-css-reset
Simple and Clean CSS Reset for modern day web development
<img src="https://img.shields.io/npm/v/abhijithvijayan" alt="NPM" />
<img src="https://travis-ci.com/abhijithvijayan/advanced-css-reset.svg?branch=main" alt="Travis Build" />
<img src="https://img.shields.io/david/abhijithvijayan/advanced-css-reset.svg?colorB=orange" alt="DEPENDENCIES" />
<img src="https://img.shields.io/github/license/abhijithvijayan/advanced-css-reset.svg" alt="LICENSE" />
<img src="https://img.shields.io/twitter/url/http/shields.io.svg?style=social" alt="TWEET" />
🙋♂️ Made by @abhijithvijayan
❤️ it? ⭐️ it on GitHub or Tweet about it.
Table of Contents
- 🐛 BugsInstallation
NPM:npm install --save advanced-css-reset
Yarn:
yarn add advanced-css-reset
Unpkg 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.css';
Manual installation
First, let's clone this repository:git clone https://github.com/abhijithvijayan/advanced-css-reset.git
Then, go to
advanced-css-reset
directory:cd advanced-css-reset
And now, you can minify and move the main reset to the
dist
by running:yarn build
That's it! 🎉
Issues
Looking to contribute? Look for the Good First Issue label.🐛 Bugs
Please file an issue here for bugs, missing documentation, or unexpected behavior.See Bugs