File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 22
33> Modern framework to print correctly
44
5+ [ ![ npm (scoped)] ( https://img.shields.io/npm/v/gutenberg-css.svg?style=flat-square )] ( https://www.npmjs.com/package/gutenberg-css )
6+
57# How to use
68
79Simply include the right stylesheet(s) in your html an load it only for a printer.
@@ -23,8 +25,8 @@ Example with Gutenberg and "old style" theme :
2325You can also use the unpkg service as a * CDN* .
2426
2527``` HTML
26- <link rel =" stylesheet" href =" https://unpkg.com/gutenberg-css@0.2.0/dist/gutenberg.min.css " media =" print" >
27- <link rel =" stylesheet" href =" https://unpkg.com/gutenberg-css@0.2 .0/dist/themes/oldstyle.min.css" media =" print" >
28+ <link rel =" stylesheet" href =" https://unpkg.com/gutenberg-css@0.3.0 " media =" print" >
29+ <link rel =" stylesheet" href =" https://unpkg.com/gutenberg-css@0.3 .0/dist/themes/oldstyle.min.css" media =" print" >
2830```
2931
3032
Original file line number Diff line number Diff line change 11{
22 "name" : " gutenberg-css" ,
3- "version" : " 0.3.0-beta " ,
3+ "version" : " 0.3.0" ,
44 "description" : " Print your web pages with style" ,
55 "main" : " scss/gutenberg.scss" ,
66 "browser" : " dist/gutenberg.min.css" ,
You can’t perform that action at this time.
0 commit comments