From 229f270a6a64bc4d64ab3586a46a55442f0f1ae5 Mon Sep 17 00:00:00 2001 From: skyclouds2001 <95597335+skyclouds2001@users.noreply.github.com> Date: Sun, 22 Dec 2024 10:53:40 +0800 Subject: [PATCH] fix(css): fix status for custom properties --- css/properties.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/properties.json b/css/properties.json index 698978d6..ed8f9bf0 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": {