From 10594fb01e3949d4f74241fa01423014efba803e Mon Sep 17 00:00:00 2001 From: skyclouds2001 <95597335+skyclouds2001@users.noreply.github.com> Date: Tue, 26 Nov 2024 21:54:12 +0800 Subject: [PATCH] fix(css): Mark `element()` as experimental (#798) fix(css): mark `element()` as experimental --- css/functions.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/functions.json b/css/functions.json index 09c9ce30..fca650ce 100644 --- a/css/functions.json +++ b/css/functions.json @@ -121,7 +121,7 @@ "groups": [ "CSS Miscellaneous" ], - "status": "standard", + "status": "experimental", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/element" }, "ellipse()": {