File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 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
3939You can also use the unpkg service as a * CDN* .
4040
4141``` 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" >
4444```
4545
4646
Original file line number Diff line number Diff line change 44 < meta charset ="utf-8 ">
55 < title > Gutenberg</ title >
66
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 ">
99 </ head >
1010 < body >
1111
Original file line number Diff line number Diff line change 44 < meta charset ="utf-8 ">
55 < title > Gutenberg</ title >
66
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 ">
99 </ head >
1010 < body >
1111
Original file line number Diff line number Diff line change 11{
22 "name" : " gutenberg-css" ,
3- "version" : " 0.3.1 " ,
3+ "version" : " 0.4.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