From 7752d5d907b047abdade9efbd482b0c88986a5fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Lup=C4=8D=C3=ADk?= Date: Tue, 20 Aug 2024 20:38:54 +0200 Subject: [PATCH] Remove a mention of the flexbox's gap property not being supported (#31) --- pages/rcss/flexboxes.md | 1 - 1 file changed, 1 deletion(-) diff --git a/pages/rcss/flexboxes.md b/pages/rcss/flexboxes.md index 27fda31..409d32b 100644 --- a/pages/rcss/flexboxes.md +++ b/pages/rcss/flexboxes.md @@ -73,7 +73,6 @@ The rendered output is shown below. Notice that all columns are the same height. ##### Properties and values - Property `order`{:.prop} is not supported. -- Property `gap`{:.prop} is not currently supported for flexbox. - Property value `flex-basis: content`{:.value} is not supported. - Property value `visibility: collapse`{:.value} is not supported.