all repos — wp-autoless @ master

vendor/leafo/lessphp/tests/inputs/test-imports/b.less (view raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
.just-a-class { background: blue; }

.hello {
	.some-mixin();
}


@media cool {
	color: red;
	.some-mixin();
}