From 56f2a66295ecdb489a2153106f70f722f939050b Mon Sep 17 00:00:00 2001 From: "H. C. Kruse" Date: Sun, 30 Jun 2024 11:55:24 +0200 Subject: [PATCH] fix: Fix css grid --- includes/StylePropertySanitizerExtender.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/StylePropertySanitizerExtender.php b/includes/StylePropertySanitizerExtender.php index 57cd70e..b4bf77e 100644 --- a/includes/StylePropertySanitizerExtender.php +++ b/includes/StylePropertySanitizerExtender.php @@ -222,7 +222,7 @@ class StylePropertySanitizerExtender extends StylePropertySanitizer { $var = new FunctionMatcher( 'var', new VarNameMatcher() ); - $props = []; + $props = parent::cssGrid1( $matcherFactory ); $comma = $matcherFactory->comma(); $customIdent = $matcherFactory->customIdent( [ 'span' ] ); $lineNamesO = Quantifier::optional( new BlockMatcher(