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-css
With Yarn:
$ yarn add reset-css
With Bower:
$ bower install reset-css
Usage
HTML:
CSS:
;
Via PostCSS and postcss-import:
;
Via webpack and css-loader:
;
Via Less:
'/path/to/reset-css/less/reset';
Via Sass:
;
*Changelog
Three changes have been made from the 2011 version, all approved by Mr. Meyer:
- Added
main
to list of HTML 5 elements (#7) - Added rule to fix
hidden
attribute on HTML 5 elements (#12) - Added
menu
to list of lists (#17)
Eric Meyer http://meyerweb.com/eric/tools/css/reset/
License: none (public domain)