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,marginandborder - wipes decorations
- sets
box-sizing: border-boxfor predictable size calculations - resets list style types
- reset styles on bleeding edge webkit elements
- and much more
$ npm install css-wipeWith sheetify or cssnext installed:
@import 'css-wipe';