Skip to content

Commit 58cac50

Browse files
committed
build
1 parent d40d007 commit 58cac50

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

cssdb.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,17 +259,21 @@
259259
"browser_support": {
260260
"and_chr": "136",
261261
"and_ff": "97",
262+
"android": "136",
262263
"chrome": "136",
264+
"edge": "136",
263265
"firefox": "97",
264266
"ios_saf": "15.4",
267+
"opera": "121",
265268
"safari": "15.4",
266269
"webview_ios": "15.4"
267270
},
268271
"docs": {
269272
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/print-color-adjust"
270273
},
271274
"example": ".background {\n background-color:#ccc;\n}\n.background.color-adjust {\n color-adjust: economy;\n}\n.background.color-adjust-exact {\n color-adjust: exact;\n}",
272-
"vendors_implementations": 2
275+
"interoperable_at": 1746057600,
276+
"vendors_implementations": 3
273277
},
274278
{
275279
"id": "color-function",

cssdb.mjs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,17 +259,21 @@ export default [
259259
"browser_support": {
260260
"and_chr": "136",
261261
"and_ff": "97",
262+
"android": "136",
262263
"chrome": "136",
264+
"edge": "136",
263265
"firefox": "97",
264266
"ios_saf": "15.4",
267+
"opera": "121",
265268
"safari": "15.4",
266269
"webview_ios": "15.4"
267270
},
268271
"docs": {
269272
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/print-color-adjust"
270273
},
271274
"example": ".background {\n background-color:#ccc;\n}\n.background.color-adjust {\n color-adjust: economy;\n}\n.background.color-adjust-exact {\n color-adjust: exact;\n}",
272-
"vendors_implementations": 2
275+
"interoperable_at": 1746057600,
276+
"vendors_implementations": 3
273277
},
274278
{
275279
"id": "color-function",

0 commit comments

Comments
 (0)