Skip to content

Commit

Permalink
Merge pull request #38 from BafS/upgrade-gulp-sass-v5-1
Browse files Browse the repository at this point in the history
Upgrade gulp-sass to v5
  • Loading branch information
BafS authored Feb 22, 2023
2 parents 7bcbd37 + 8a94e7f commit cec4afe
Show file tree
Hide file tree
Showing 12 changed files with 555 additions and 1,357 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ npm install gutenberg-css
You can also use the unpkg service as a *CDN*.

```html
<link rel="stylesheet" href="https://unpkg.com/gutenberg-css@0.6" media="print">
<link rel="stylesheet" href="https://unpkg.com/gutenberg-css@0.6/dist/themes/oldstyle.min.css" media="print">
<link rel="stylesheet" href="https://unpkg.com/gutenberg-css@0.7" media="print">
<link rel="stylesheet" href="https://unpkg.com/gutenberg-css@0.7/dist/themes/oldstyle.min.css" media="print">
```


Expand Down
Loading

0 comments on commit cec4afe

Please sign in to comment.