Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/niksy/papir.css
Sensible print stylesheet.
https://github.com/niksy/papir.css
Last synced: 7 days ago
JSON representation
Sensible print stylesheet.
- Host: GitHub
- URL: https://github.com/niksy/papir.css
- Owner: niksy
- License: mit
- Created: 2014-08-24T09:59:33.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-04-18T13:55:39.000Z (over 7 years ago)
- Last Synced: 2024-10-18T03:48:18.581Z (28 days ago)
- Language: HTML
- Homepage:
- Size: 13.7 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# papir.css
[![Build Status][ci-img]][ci]
Sensible print stylesheet.
## Install
```sh
npm install papir.css --save
```## Usage
```css
@import url('papir.css');
```To keep usability and display problems at minimum, it’s best to use this package only with [Normalize](http://necolas.github.io/normalize.css/) and [Rationalize](https://github.com/niksy/rationalize.css), without additional style reset, such as [Eric Meyer’s Reset CSS](http://meyerweb.com/eric/tools/css/reset/).
## Similar projects
* [Hartija](https://github.com/vladocar/Hartija---CSS-Print-Framework) - Universal printing stylesheet or best printing CSS practices all in one.
* [Gutenberg](https://github.com/BafS/Gutenberg) - Modern framework to print the web correctly.## Test
For manual tests, run `npm run test:manual:local` and open in your browser.
## Browser support
Tested in IE9+ and all modern browsers.
## License
MIT © [Ivan Nikolić](http://ivannikolic.com)
[ci]: https://travis-ci.org/niksy/papir.css
[ci-img]: https://travis-ci.org/niksy/papir.css.svg?branch=master