Skip to content

Commit 7bbbb3a

Browse files
committed
v8.2.1
1 parent 7338568 commit 7bbbb3a

File tree

6 files changed

+25
-3
lines changed

6 files changed

+25
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changes to cssdb
22

3+
### 8.2.1 (November 11, 2024)
4+
5+
- Added `sign-functions` plugin link
6+
37
### 8.2.0 (November 11, 2024)
48

59
- Added `random-function`

cssdb.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2045,6 +2045,12 @@
20452045
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/sign"
20462046
},
20472047
"example": "div {\n order: abs(-10);\n order: sign(-10);\n}",
2048+
"polyfills": [
2049+
{
2050+
"type": "PostCSS Plugin",
2051+
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-sign-functions"
2052+
}
2053+
],
20482054
"vendors_implementations": 2
20492055
},
20502056
{

cssdb.mjs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2045,6 +2045,12 @@ export default [
20452045
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/sign"
20462046
},
20472047
"example": "div {\n order: abs(-10);\n order: sign(-10);\n}",
2048+
"polyfills": [
2049+
{
2050+
"type": "PostCSS Plugin",
2051+
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-sign-functions"
2052+
}
2053+
],
20482054
"vendors_implementations": 2
20492055
},
20502056
{

cssdb.settings.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1518,6 +1518,12 @@
15181518
"mdn_path": [
15191519
"css.types.abs",
15201520
"css.types.sign"
1521+
],
1522+
"polyfills": [
1523+
{
1524+
"type": "PostCSS Plugin",
1525+
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-sign-functions"
1526+
}
15211527
]
15221528
},
15231529
{

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cssdb",
3-
"version": "8.2.0",
3+
"version": "8.2.1",
44
"type": "module",
55
"description": "A comprehensive list of CSS features and their positions in the process of becoming implemented web standards",
66
"license": "MIT-0",

0 commit comments

Comments
 (0)