JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 35374
  • Score
    100M100P100Q145318F
  • License PUBLIC DOMAIN (UNLICENSED)

An unmodified copy of Eric Meyer's CSS reset.

Package Exports

  • reset-css
  • 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-css

With NPM:

$ npm install --save reset-css

Usage

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)