Don't check namespace in SpecialWantedtemplates
[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 line-height: test-sum(@bar, 10, 20);
5 }