We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
npm
macOS
I have css that sets background url to an svg fragment, like so:
backgroundUrl:url(assets/images/status-icon-sprite.svg#select);
Looks like having the id/fragment after .svg may not be supported out of the box?
> build/index.css:2644:15638: error: No loader is configured for ".svg" files: build/assets/images/status-icon-sprite.svg#select
It works after I add the postcss-svg plugin though.
postcss-svg
npx create-snowpack-app
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Quick checklist
What package manager are you using?
npm
What operating system are you using?
macOS
Describe the bug
I have css that sets background url to an svg fragment, like so:
Looks like having the id/fragment after .svg may not be supported out of the box?
It works after I add the
postcss-svg
plugin though.Steps to reproduce
npx create-snowpack-app
using template2644 │ ...kgroundUrl:url(assets/images/status-icon-sprite.svg#select);...
╵ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Link to minimal reproducible example (optional)
No response
The text was updated successfully, but these errors were encountered: