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
I've set the cleanup option to true (and also tried cleanup: ['style']) but my svg-defs.svg file still has style tags.
true
cleanup: ['style']
svgstore: { options: { prefix : "icon-", includeTitleElement: true, cleanup: true, svg: { style: "display: none;" }, symbol: {}, formatting : { indent_size : 2 } }, default: { files: { "images/svg/svg-defs.svg": ["assets-svg/*.svg"] } } },
The text was updated successfully, but these errors were encountered:
not running cleanup for me either, my strokes are still there
svgstore: { options: { prefix : '', svg: { viewBox : '0 0 24 24', style: 'display: none;', xmlns: 'http://www.w3.org/2000/svg' } ,includedemo: true }, cleanup: ['stroke'], cleanupdefs: ['stroke'], default: { files: { 'dist/icons.svg': ['svgs/*.svg'], } }, }
<path fill="none" stroke="#222222" stroke-width="2"
Sorry, something went wrong.
No branches or pull requests
I've set the cleanup option to
true
(and also triedcleanup: ['style']
) but my svg-defs.svg file still has style tags.The text was updated successfully, but these errors were encountered: