2.0.0 • Published 5 years ago

restart.css v2.0.0

Weekly downloads
372
License
MIT
Repository
github
Last release
5 years ago

restart.css

Reset styles globally.

This is a global styling reset, best used with and after Normalize (and any other normalizing libraries such as Rationalize) and with caution!

Goes best with screen display. Print display may (drastically) vary.

Features

  • "Carpet bombing" of all margins, paddings and borders on elements
  • Borders are left on input elements so you can adjust them accordingly

Install

npm install restart.css --save

Usage

@import url('restart.css');

Browser support

Tested in IE9+ and all modern browsers.

Test

For manual tests, run npm run test:manual and open http://localhost:9000/ in your browser.

License

MIT © Ivan Nikolić

2.0.0

5 years ago

1.0.1

9 years ago

1.0.0

9 years ago