Skip to content

Commit 1590567

Browse files
committed
8.4.2
1 parent ce631c6 commit 1590567

File tree

6 files changed

+25
-6
lines changed

6 files changed

+25
-6
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.4.2 (September 21, 2025)
4+
5+
- Add polyfill for `contrast-color-function`
6+
37
### 8.4.1 (September 20, 2025)
48

59
- Updated `@mdn/browser-compat-data` to `7.1.7`

cssdb.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,12 @@
510510
},
511511
"docs": {},
512512
"example": "p {\n color: contrast-color( purple max );\n}",
513-
"polyfills": [],
513+
"polyfills": [
514+
{
515+
"type": "PostCSS Plugin",
516+
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-contrast-color-function"
517+
}
518+
],
514519
"vendors_implementations": 1
515520
},
516521
{

cssdb.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,12 @@ export default [
510510
},
511511
"docs": {},
512512
"example": "p {\n color: contrast-color( purple max );\n}",
513-
"polyfills": [],
513+
"polyfills": [
514+
{
515+
"type": "PostCSS Plugin",
516+
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-contrast-color-function"
517+
}
518+
],
514519
"vendors_implementations": 1
515520
},
516521
{

cssdb.settings.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,12 @@
346346
"mdn_path": [
347347
"css.types.color.contrast-color"
348348
],
349-
"polyfills": []
349+
"polyfills": [
350+
{
351+
"type": "PostCSS Plugin",
352+
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-contrast-color-function"
353+
}
354+
]
350355
},
351356
{
352357
"id": "custom-media-queries",

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.4.1",
3+
"version": "8.4.2",
44
"type": "module",
55
"description": "A list of CSS features and their positions in the process of becoming implemented web standards",
66
"license": "MIT-0",

0 commit comments

Comments
 (0)