mirror of
https://github.com/octfx/mediawiki-extensions-TemplateStylesExtender.git
synced 2024-11-13 18:36:55 +00:00
Merge branch 'hotfix/v1.2.2'
This commit is contained in:
commit
5b97d8f448
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "octfx/template-styles-extender",
|
"name": "octfx/template-styles-extender",
|
||||||
"version": "1.2.1",
|
"version": "1.2.2",
|
||||||
"type": "mediawiki-extension",
|
"type": "mediawiki-extension",
|
||||||
"description": "Extends TemplateStyles with new CSS properties",
|
"description": "Extends TemplateStyles with new CSS properties",
|
||||||
"homepage": "http://www.mediawiki.org/wiki/Extension:TemplateStylesExtender",
|
"homepage": "http://www.mediawiki.org/wiki/Extension:TemplateStylesExtender",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "TemplateStylesExtender",
|
"name": "TemplateStylesExtender",
|
||||||
"version": "1.2.1",
|
"version": "1.2.2",
|
||||||
"author": [
|
"author": [
|
||||||
"[https://www.mediawiki.org/wiki/User:Octfx Octfx]"
|
"[https://www.mediawiki.org/wiki/User:Octfx Octfx]"
|
||||||
],
|
],
|
||||||
|
|
|
@ -222,7 +222,7 @@ class StylePropertySanitizerExtender extends StylePropertySanitizer {
|
||||||
|
|
||||||
$var = new FunctionMatcher( 'var', new VarNameMatcher() );
|
$var = new FunctionMatcher( 'var', new VarNameMatcher() );
|
||||||
|
|
||||||
$props = [];
|
$props = parent::cssGrid1( $matcherFactory );
|
||||||
$comma = $matcherFactory->comma();
|
$comma = $matcherFactory->comma();
|
||||||
$customIdent = $matcherFactory->customIdent( [ 'span' ] );
|
$customIdent = $matcherFactory->customIdent( [ 'span' ] );
|
||||||
$lineNamesO = Quantifier::optional( new BlockMatcher(
|
$lineNamesO = Quantifier::optional( new BlockMatcher(
|
||||||
|
|
Loading…
Reference in a new issue