5.0.0 • Published 6 years ago

rationalize.css v5.0.0

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

rationalize.css

Build Status BrowserStack Status

Features:

  • Sane box-sizing model
  • Interactive elements with pointer cursor
  • Normalized invalid state for input elements
  • Normalized typography features for form elements
  • Responsive adjustments for embedded content such as images and
  • Default colors for text and background
  • …and much more

Install

npm install normalize@7 rationalize.css --save

If you don’t need IE9 support, install normalize@latest.

Usage

@import url('normalize.css');
@import url('rationalize.css');

Starting styles

If you want to apply set of sensible starting styles, also import start.css to your project:

@import url('rationalize.css/start.css');

Browser support

Tested in IE9+ and all modern browsers.

Test

For automated tests, run npm run test:automated (append :watch for watcher support).

For integration tests, run npm run test:integration (append :watch for watcher support).

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

License

MIT © Ivan Nikolić

5.0.0

6 years ago

4.0.0

8 years ago

3.0.0

9 years ago

2.0.1

9 years ago

2.0.0

9 years ago

1.0.1

10 years ago

1.0.0

10 years ago