summaryrefslogtreecommitdiff
path: root/vendor/leafo/lessphp/tests/inputs/test-imports/file3.less
blob: 28b643ea95d0aff46ed83e38512209eb6cddc082 (plain)
1
2
3
4
5
6
7

h2 {
	background: url("../images/logo.png") no-repeat;
}

@someValue: hello-from-file-3;