From aa28a80f4d9d1674dde29293285d8cfe0949a4a0 Mon Sep 17 00:00:00 2001 From: skyclouds2001 <95597335+skyclouds2001@users.noreply.github.com> Date: Sun, 5 Jan 2025 20:26:53 +0800 Subject: [PATCH] fix(css): fix status for custom properties (#846) --- css/properties.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/properties.json b/css/properties.json index 11322ff1..e4914e4d 100644 --- a/css/properties.json +++ b/css/properties.json @@ -12,7 +12,7 @@ "appliesto": "allElements", "computed": "asSpecifiedWithVarsSubstituted", "order": "perGrammar", - "status": "experimental", + "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/--*" }, "-ms-accelerator": {