summaryrefslogtreecommitdiff
path: root/vendor/leafo/lessphp/tests/inputs/data-uri.less
blob: 0cfa941a81eea2982ed0927b835f31fe707f4835 (plain)
1
2
3
4
5
6
7
.small {
	background: data-uri("../hi.less");
}

.large {
	background: data-uri('../../../lessc.inc.php');
}