I have named clip-paths throughout my site, and when I try to use them like so:
clip-path:url("#mask-circle");
Hummingbird adds an entire path to the URL, as if named path is a file I can link to:
clip-path:url("https://www._______.com/wp-content/themes/_______/assets/styles/#mask-circle");
Is there anyway to disable this, or at least flag a line of styles to leave as-is?