Merge "Use User::equals() where applicable in the class"
[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 }