Skip to content

Commit 9e40c9a

Browse files
@csstools/postcss-font-format-keywords v3.0.0
1 parent de0c95a commit 9e40c9a

File tree

3 files changed

+41
-3
lines changed

3 files changed

+41
-3
lines changed

package-lock.json

+37-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugins/postcss-font-format-keywords/CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Changes to PostCSS Font Format
22

3-
### Unreleased (major)
3+
### 3.0.0
4+
5+
_July 3, 2023_
46

57
- Change license to `MIT-0` ([read more about this change in the blog post](https://preset-env.cssdb.org/blog/license-change/))
68

plugins/postcss-font-format-keywords/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@csstools/postcss-font-format-keywords",
33
"description": "Use unquoted format on @font-face CSS definitions.",
4-
"version": "2.0.2",
4+
"version": "3.0.0",
55
"author": "Jonathan Neal <jonathantneal@hotmail.com>",
66
"license": "MIT-0",
77
"funding": [

0 commit comments

Comments
 (0)