File tree 2 files changed +3
-3
lines changed
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
41
41
You can also use the unpkg service as a * CDN* .
42
42
43
43
``` 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" >
46
46
```
47
47
48
48
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " gutenberg-css" ,
3
- "version" : " 0.5 .0" ,
3
+ "version" : " 0.6 .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