Small HTML5/CSS Reset – nanoreset

Category: CSS & CSS3 , Recommended | September 27, 2018
Authortiaanduplessis
Last UpdateSeptember 27, 2018
LicenseMIT
Views589 views
Small HTML5/CSS Reset – nanoreset

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

You Might Be Interested In:


Leave a Reply