rhymix/vendor/leafo/lessphp/tests/inputs/data-uri.less
2016-03-17 20:37:43 +09:00

7 lines
109 B
Text

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