Skip to content

niksy/papir.css

Repository files navigation

papir.css

Build Status

Sensible print stylesheet.

Install

npm install papir.css --save

Usage

@import url('papir.css');

To keep usability and display problems at minimum, it’s best to use this package only with Normalize and Rationalize, without additional style reset, such as Eric Meyer’s Reset CSS.

Similar projects

  • Hartija - Universal printing stylesheet or best printing CSS practices all in one.
  • Gutenberg - Modern framework to print the web correctly.

Test

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

Browser support

Tested in IE9+ and all modern browsers.

License

MIT © Ivan Nikolić