Skip to content

Commit cec4afe

Browse files
authored
Merge pull request #38 from BafS/upgrade-gulp-sass-v5-1
Upgrade gulp-sass to v5
2 parents 7bcbd37 + 8a94e7f commit cec4afe

12 files changed

+555
-1357
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ npm install gutenberg-css
4141
You can also use the unpkg service as a *CDN*.
4242

4343
```html
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">
44+
<link rel="stylesheet" href="https://unpkg.com/gutenberg-css@0.7" media="print">
45+
<link rel="stylesheet" href="https://unpkg.com/gutenberg-css@0.7/dist/themes/oldstyle.min.css" media="print">
4646
```
4747

4848

0 commit comments

Comments
 (0)