Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

css-wipe

yoshuawuyts1.1kMIT4.3.0

Reset the browser's styles

reset, css, sheetify, cssnext

readme

css-wipe

NPM version Downloads

Reset the browser's styles. The browser should be a blank canvas, having to remember quirks is unacceptable. Based on html5doctor/reset.

Features:

  • removes all padding, margin and border
  • wipes decorations
  • sets box-sizing: border-box for predictable size calculations
  • resets list style types
  • reset styles on bleeding edge webkit elements
  • and much more

Installation

$ npm install css-wipe

Usage

With sheetify or cssnext installed:

@import 'css-wipe';

See Also:

License

MIT