Merge "registration: Allow extensions to specify which MW core versions they require"
[lhc/web/wiklou.git] / tests / phpunit / data / less / common / test.common.mixins.less
1 .test-mixin (@value) {
2 color: @value;
3 border: @foo solid @Foo;
4 }