rewriteUrls property
read / write
By default URLs are kept as-is, so if you import a file in a sub-directory that references an image, exactly the same URL will be output in the css. This option allows you to re-write URL's in imported files so that the URL is always relative to the base imported file
Implementation
int rewriteUrls = RewriteUrlsConstants.off;