From 8d2ac134c7fdb602e8ba274c4e034e3520133118 Mon Sep 17 00:00:00 2001 From: Claas Augner <495429+caugner@users.noreply.github.com> Date: Fri, 18 Oct 2024 16:53:50 +0200 Subject: [PATCH] chore(css): remove `column-fill: balance-all` See: - https://github.com/mdn/content/pull/34561 - https://github.com/mdn/browser-compat-data/pull/23578 - https://github.com/mdn/interactive-examples/pull/2853 --- css/properties.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/properties.json b/css/properties.json index b8d2ab16..2d3c03fd 100644 --- a/css/properties.json +++ b/css/properties.json @@ -4193,7 +4193,7 @@ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/column-count" }, "column-fill": { - "syntax": "auto | balance | balance-all", + "syntax": "auto | balance", "media": "visualInContinuousMediaNoEffectInOverflowColumns", "inherited": false, "animationType": "discrete",