Package Exports
- reset-css/reset.css
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (reset-css) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
reset.css
An unmodified copy of Eric Meyer's CSS reset.
Install
With Bower:
$ bower install reset-cssWith NPM:
$ npm install --save reset-cssUsage
Bower
HTML:
<link rel="stylesheet" href="bower_components/reset-css/reset.css" />CSS:
@import 'bower_components/reset-css/reset.css';Sass:
@import 'bower_components/reset-css/_reset';Less:
@import 'bower_components/reset-css/reset';
// or
@import (inline) 'bower_components/reset-css/reset.css';NPM
PostCSS and postcss-import:
@import 'reset-css/reset.css';Eric Meyer http://meyerweb.com/eric/tools/css/reset/
License: none (public domain)