@infte/reset.css

0.0.8 • Public • Published

reset.css

Genuine Eric Meyer's Reset CSS bundled as npm package.

Installation

npm install reset.css --save

Example

When using with cssnext:

@import 'reset.css';

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

License

None (public domain)

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i @infte/reset.css

      Weekly Downloads

      1

      Version

      0.0.8

      License

      SEE LICENSE IN reset.css

      Unpacked Size

      2.87 kB

      Total Files

      3

      Last publish

      Collaborators

      • shaoping