File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
> Modern framework to print correctly
4
4
5
+ [ ![ npm (scoped)] ( https://img.shields.io/npm/v/gutenberg-css.svg?style=flat-square )] ( https://www.npmjs.com/package/gutenberg-css )
6
+
5
7
# How to use
6
8
7
9
Simply 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 :
23
25
You can also use the unpkg service as a * CDN* .
24
26
25
27
``` 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" >
28
30
```
29
31
30
32
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " gutenberg-css" ,
3
- "version" : " 0.3.0-beta " ,
3
+ "version" : " 0.3.0" ,
4
4
"description" : " Print your web pages with style" ,
5
5
"main" : " scss/gutenberg.scss" ,
6
6
"browser" : " dist/gutenberg.min.css" ,
You can’t perform that action at this time.
0 commit comments