File tree 4 files changed +7
-7
lines changed
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -39,8 +39,8 @@ npm install gutenberg-css
39
39
You can also use the unpkg service as a * CDN* .
40
40
41
41
``` HTML
42
- <link rel =" stylesheet" href =" https://unpkg.com/gutenberg-css@0.3 " media =" print" >
43
- <link rel =" stylesheet" href =" https://unpkg.com/gutenberg-css@0.3 /dist/themes/oldstyle.min.css" media =" print" >
42
+ <link rel =" stylesheet" href =" https://unpkg.com/gutenberg-css@0.4 " media =" print" >
43
+ <link rel =" stylesheet" href =" https://unpkg.com/gutenberg-css@0.4 /dist/themes/oldstyle.min.css" media =" print" >
44
44
```
45
45
46
46
Original file line number Diff line number Diff line change 4
4
< meta charset ="utf-8 ">
5
5
< title > Gutenberg</ title >
6
6
7
- < link rel ="stylesheet " href ="https://unpkg.com/gutenberg-css@0.3 " media ="print " charset ="utf-8 ">
8
- < link rel ="stylesheet " href ="https://unpkg.com/gutenberg-css@0.3 /dist/themes/modern.min.css " media ="print " charset ="utf-8 ">
7
+ < link rel ="stylesheet " href ="https://unpkg.com/gutenberg-css " media ="print " charset ="utf-8 ">
8
+ < link rel ="stylesheet " href ="https://unpkg.com/gutenberg-css/dist/themes/modern.min.css " media ="print " charset ="utf-8 ">
9
9
</ head >
10
10
< body >
11
11
Original file line number Diff line number Diff line change 4
4
< meta charset ="utf-8 ">
5
5
< title > Gutenberg</ title >
6
6
7
- < link rel ="stylesheet " href ="https://unpkg.com/gutenberg-css@0.3 " media ="print " charset ="utf-8 ">
8
- < link rel ="stylesheet " href ="https://unpkg.com/gutenberg-css@0.3 /dist/themes/oldstyle.min.css " media ="print " charset ="utf-8 ">
7
+ < link rel ="stylesheet " href ="https://unpkg.com/gutenberg-css " media ="print " charset ="utf-8 ">
8
+ < link rel ="stylesheet " href ="https://unpkg.com/gutenberg-css/dist/themes/oldstyle.min.css " media ="print " charset ="utf-8 ">
9
9
</ head >
10
10
< body >
11
11
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " gutenberg-css" ,
3
- "version" : " 0.3.1 " ,
3
+ "version" : " 0.4.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