Merge "resourceloader: Implement mwLoadEnd marker"
[lhc/web/wiklou.git] / tests / phpunit / data / less / common / test.common.mixins.less
index 2fbe9b7..4064729 100644 (file)
@@ -1,5 +1,4 @@
 .test-mixin (@value) {
        color: @value;
        border: @foo solid @Foo;
-       line-height: test-sum(@bar, 10, 20);
 }