Skip to content

Commit 31a1686

Browse files
committed
rebuild
1 parent 1d90d04 commit 31a1686

2 files changed

Lines changed: 14 additions & 2 deletions

File tree

cssdb.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -513,21 +513,27 @@
513513
"specification": "https://drafts.csswg.org/css-color-5/#contrast-color",
514514
"stage": 2,
515515
"browser_support": {
516+
"and_chr": "147",
516517
"and_ff": "146",
518+
"android": "147",
519+
"chrome": "147",
520+
"edge": "147",
517521
"firefox": "146",
518522
"ios_saf": "26",
523+
"opera": "131",
519524
"safari": "26",
520525
"webview_ios": "26"
521526
},
522527
"docs": {},
523528
"example": "p {\n color: contrast-color( purple );\n}",
529+
"interoperable_at": 1775779200,
524530
"polyfills": [
525531
{
526532
"type": "PostCSS Plugin",
527533
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-contrast-color-function"
528534
}
529535
],
530-
"vendors_implementations": 2
536+
"vendors_implementations": 3
531537
},
532538
{
533539
"id": "custom-media-queries",

cssdb.mjs

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -513,21 +513,27 @@ export default [
513513
"specification": "https://drafts.csswg.org/css-color-5/#contrast-color",
514514
"stage": 2,
515515
"browser_support": {
516+
"and_chr": "147",
516517
"and_ff": "146",
518+
"android": "147",
519+
"chrome": "147",
520+
"edge": "147",
517521
"firefox": "146",
518522
"ios_saf": "26",
523+
"opera": "131",
519524
"safari": "26",
520525
"webview_ios": "26"
521526
},
522527
"docs": {},
523528
"example": "p {\n color: contrast-color( purple );\n}",
529+
"interoperable_at": 1775779200,
524530
"polyfills": [
525531
{
526532
"type": "PostCSS Plugin",
527533
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-contrast-color-function"
528534
}
529535
],
530-
"vendors_implementations": 2
536+
"vendors_implementations": 3
531537
},
532538
{
533539
"id": "custom-media-queries",

0 commit comments

Comments
 (0)