5.0.2 • Published 2 years ago
reset-css v5.0.2
reset.css
An unmodified* copy of Eric Meyer's CSS reset.
Install
With curl:
$ curl -LO "https://unpkg.com/reset-css/reset.css"
$ curl -LO "https://unpkg.com/reset-css/less/reset.less"
$ curl -LO "https://unpkg.com/reset-css/sass/_reset.scss"With NPM:
$ npm install reset-cssWith Yarn:
$ yarn add reset-cssWith Bower:
$ bower install reset-cssUsage
HTML:
<link rel="stylesheet" href="/path/to/reset-css/reset.css" />CSS:
@import '/path/to/reset-css/reset.css';Via PostCSS and postcss-import:
@import 'reset-css';Via webpack and css-loader:
import 'reset-css';Via Less:
@import '/path/to/reset-css/less/reset';Via Sass:
@import '/path/to/reset-css/sass/reset';*Changelog
Three changes have been made from the 2011 version, all approved by Mr. Meyer:
- Added
mainto list of HTML 5 elements (#7) - Added rule to fix
hiddenattribute on HTML 5 elements (#12) - Added
menuto list of lists (#17)
Eric Meyer http://meyerweb.com/eric/tools/css/reset/
License: none (public domain)
5.0.2
2 years ago
5.0.1
6 years ago
5.0.0
6 years ago
4.0.1
7 years ago
4.0.0
7 years ago
3.0.0
8 years ago
2.2.1
8 years ago
2.2.0
9 years ago
2.0.20160720-1
9 years ago
2.0.20160720
9 years ago
2.0.20160620
9 years ago
2.0.2011012603
10 years ago