summaryrefslogtreecommitdiff
path: root/tests/phpunit/data/less/common/test.common.mixins.less
blob: 2fbe9b79ebd839e67056b18dbea799b04feb1109 (plain)
1
2
3
4
5
.test-mixin (@value) {
	color: @value;
	border: @foo solid @Foo;
	line-height: test-sum(@bar, 10, 20);
}