summaryrefslogtreecommitdiff
path: root/vendor/leafo/lessphp/tests/inputs/test-imports/b.less
blob: 599ed3a46427abebecca70447d10735d4c3c4100 (plain)
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();
}