Author: | tiaanduplessis |
---|---|
Views Total: | 224 views |
Official Page: | Go to website |
Last Update: | September 27, 2018 |
License: | MIT |
Preview:

Description:
nanoreset is a super small CSS reset that can be used to reset the styling of all HTML elements including figure, video, canvas, metro, progress, svg, iframe and much more.
How to use it:
Install it via package managers.
# Yarn yarn add nanoreset # NPM $ npm install nanoreset
Or directly include the stylesheet nanoreset.min.css in the document.
<link rel="stylesheet" href="nanoreset.min.css">
You can also include the nanoreset.min.css from a CDN:
<link rel="stylesheet" href="//cdn.rawgit.com/tiaanduplessis/nanoreset/master/nanoreset.min.css"> <!-- Or --> <link rel="stylesheet" href="//unpkg.com/nanoreset/nanoreset.min.css">
Changelog:
v3.0.1 (09/27/2018)
- Fixed for IE and Safari