fix: Fix css grid

This commit is contained in:
H. C. Kruse 2024-06-30 11:55:24 +02:00
parent aac3f78bed
commit 56f2a66295
No known key found for this signature in database
GPG key ID: 0EADE441303A09B4

View file

@ -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(