restart.css
v2.0.0
Published
Reset styles globally.
Downloads
3,383
Readme
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ć