Simple and Clean CSS Reset for modern day web development
npm install advanced-css-resetSimple and Clean CSS Reset for modern day web development
❤️ it? ⭐️ it on GitHub or Tweet about it.
- Installation
- Issues
- 🐛 Bugs
- LICENSE
NPM:
``console`
npm install --save advanced-css-reset
Yarn:
`console`
yarn add advanced-css-reset
Unpkg CDN:
`html`
jsDelivr CDN:
`html`
With SASS:
`scss`
@import '~advanced-css-reset/dist/reset.min.css';
First, let's clone this repository:
`console`
git clone https://github.com/abhijithvijayan/advanced-css-reset.git
Then, go to advanced-css-reset directory:
`console`
cd advanced-css-reset
And now, you can minify and move the main reset to the dist by running:
`console``
npm run build
That'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