We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When using CSS to apply filters to SVG elements like:
.highlight { filter: url(#highlight); }
the url should be left untouched.
I suppose the hash portion of the URL should be preserved in other cases as well, as it may convey specific information to the stylesheet.
The text was updated successfully, but these errors were encountered:
96d9a8e
good find... thanks
Sorry, something went wrong.
fixes adding @font-face crashes IE8
a6e95f7
fixes webpack-contrib#8
No branches or pull requests
When using CSS to apply filters to SVG elements like:
the url should be left untouched.
I suppose the hash portion of the URL should be preserved in other cases as well, as it may convey specific information to the stylesheet.
The text was updated successfully, but these errors were encountered: