mirror of
https://github.com/octfx/mediawiki-extensions-TemplateStylesExtender.git
synced 2024-11-11 17:01:51 +00:00
fix: Fix css grid
This commit is contained in:
parent
aac3f78bed
commit
56f2a66295
|
@ -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(
|
||||
|
|
Loading…
Reference in a new issue