Awesome
<div align="center"> <img src="header.png" alt="nanoreset"/> <br> <strong>Minimal CSS reset in less than 500 bytes</strong> </div> <br> <div align="center"> <a href="https://npmjs.org/package/nanoreset"> <img src="https://img.shields.io/npm/v/nanoreset.svg?style=flat-square" alt="Package version" /> </a> <a href="https://npmjs.org/package/nanoreset"> <img src="https://img.shields.io/npm/dm/nanoreset.svg?style=flat-square" alt="Downloads" /> </a> <a href="https://github.com/feross/standard"> <img src="https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square" alt="Standard" /> </a> <a href="https://github.com/tiaanduplessis/nanoreset/blob/master/LICENSE"> <img src="https://img.shields.io/npm/l/nanoreset.svg?style=flat-square" alt="License" /> </a> <a href="http://makeapullrequest.com"> <img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square" alt="PRs" /> </a> </div> <br>Table of Contents
Background
Nanoreset is an minimal CSS reset intented for modern web apps. It is heavily based on Josh's Custom CSS Reset with slight modifcations for my use cases.
Install
With package manager:
with npm
:
npm install nanoreset
with yarn
:
yarn add nanoreset
With CDN:
In your HTML:
<link rel="stylesheet" href="https://unpkg.com/nanoreset/nanoreset.min.css">
or directly in your CSS:
@import url('https://unpkg.com/nanoreset/nanoreset.min.css')
Demo
Checkout the demo using HTML5 Test Page.
Contribute
Contributions are welcome. Please open up an issue or create PR if you would like to help out. If editing the README, please conform to the standard-readme specification.
License
Licensed under the MIT License.