all repos — wp-autoless @ master

vendor/leafo/lessphp/tests/inputs/data-uri.less (view raw)

 1
 2
 3
 4
 5
 6
 7
.small {
	background: data-uri("../hi.less");
}

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