From 27cd4a717418f08e2f70821c11931eedd2dff548 Mon Sep 17 00:00:00 2001 From: Marc G Date: Sat, 4 Feb 2023 13:04:31 +0100 Subject: [PATCH] Update width syntax definition patch - min-intrinsic - -moz-min-content - -moz-available - -webkit-fill-available https://caniuse.com/mdn-css_properties_width_min-content https://caniuse.com/intrinsic-width --- data/patch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/patch.json b/data/patch.json index 9ac26b1..03951fc 100644 --- a/data/patch.json +++ b/data/patch.json @@ -310,7 +310,7 @@ "https://developer.mozilla.org/en-US/docs/Web/CSS/width", "https://github.com/csstree/stylelint-validator/issues/29" ], - "syntax": "| fill | stretch | intrinsic | -moz-max-content | -webkit-max-content | -moz-fit-content | -webkit-fit-content" + "syntax": "| fill | stretch | intrinsic | min-intrinsic | -moz-min-content | -moz-max-content | -webkit-max-content | -moz-fit-content | -webkit-fit-content | -moz-available | -webkit-fill-available" }, "min-width": { "comment": "extend by non-standard width keywords https://developer.mozilla.org/en-US/docs/Web/CSS/width",