Overrides CssUtils::REGEX_IMPORTS_NO_URLS
const REGEX_IMPORTS_NO_URLS = '/@import(?:-once)? (?!url\\()(\'|"|)(?P<url>[^\'"\\)\\n\\r]*)\\1;?/';