Merge "Define 'MW_UPDATER' when running update.php"
[mediawiki.git] / tests / phpunit / data / less / common / test.common.mixins.less
blob2fbe9b79ebd839e67056b18dbea799b04feb1109
1 .test-mixin (@value) {
2         color: @value;
3         border: @foo solid @Foo;
4         line-height: test-sum(@bar, 10, 20);