Skip to content

Commit

Permalink
v8.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
romainmenke committed Nov 11, 2024
1 parent 7338568 commit 7bbbb3a
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changes to cssdb

### 8.2.1 (November 11, 2024)

- Added `sign-functions` plugin link

### 8.2.0 (November 11, 2024)

- Added `random-function`
Expand Down
6 changes: 6 additions & 0 deletions cssdb.json
Original file line number Diff line number Diff line change
Expand Up @@ -2045,6 +2045,12 @@
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/sign"
},
"example": "div {\n order: abs(-10);\n order: sign(-10);\n}",
"polyfills": [
{
"type": "PostCSS Plugin",
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-sign-functions"
}
],
"vendors_implementations": 2
},
{
Expand Down
6 changes: 6 additions & 0 deletions cssdb.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2045,6 +2045,12 @@ export default [
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/sign"
},
"example": "div {\n order: abs(-10);\n order: sign(-10);\n}",
"polyfills": [
{
"type": "PostCSS Plugin",
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-sign-functions"
}
],
"vendors_implementations": 2
},
{
Expand Down
6 changes: 6 additions & 0 deletions cssdb.settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -1518,6 +1518,12 @@
"mdn_path": [
"css.types.abs",
"css.types.sign"
],
"polyfills": [
{
"type": "PostCSS Plugin",
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-sign-functions"
}
]
},
{
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cssdb",
"version": "8.2.0",
"version": "8.2.1",
"type": "module",
"description": "A comprehensive list of CSS features and their positions in the process of becoming implemented web standards",
"license": "MIT-0",
Expand Down

0 comments on commit 7bbbb3a

Please sign in to comment.