@import 'locate://./ext/module_d.less';

.mixin-c {
	height: 20px;
}

@imported-location: "locate://bootstrap/other.png";

//works because less rewrites this url() path to be relative
#test-element-3 {
	background-image: url(@imported-location) !important;
}