File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -41,8 +41,8 @@ npm install gutenberg-css
4141You can also use the unpkg service as a * CDN* .
4242
4343``` HTML
44- <link rel =" stylesheet" href =" https://unpkg.com/gutenberg-css@0.5 " media =" print" >
45- <link rel =" stylesheet" href =" https://unpkg.com/gutenberg-css@0.5 /dist/themes/oldstyle.min.css" media =" print" >
44+ <link rel =" stylesheet" href =" https://unpkg.com/gutenberg-css@0.6 " media =" print" >
45+ <link rel =" stylesheet" href =" https://unpkg.com/gutenberg-css@0.6 /dist/themes/oldstyle.min.css" media =" print" >
4646```
4747
4848
Original file line number Diff line number Diff line change 11{
22 "name" : " gutenberg-css" ,
3- "version" : " 0.5 .0" ,
3+ "version" : " 0.6 .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