wp-autoless/vendor/leafo/lessphp/tests/inputs/data-uri.less

8 lines
109 B
Text
Raw Permalink Normal View History

2016-07-25 13:40:28 +01:00
.small {
background: data-uri("../hi.less");
}
.large {
background: data-uri('../../../lessc.inc.php');
}