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 love this module but I'd like to avoid having a generated CSS file. Is there any way I can do that?
The text was updated successfully, but these errors were encountered:
preview: false should do the trick.
preview: false
Sorry, something went wrong.
As @VPenkov says, even if i only need a scss partials file generated with the sprite, a css file is outputed too in the same folder.
If we use a custom template and scss partial maybe we could asume that the css file could be ommit in most cases.
Reading the code maybe a preview.css = false (or path to css specific dest) configuration option here could do the trick without breaking changes ? : https://github.com/shakyShane/gulp-svg-sprites/blob/master/index.js#L313
No branches or pull requests
I love this module but I'd like to avoid having a generated CSS file. Is there any way I can do that?
The text was updated successfully, but these errors were encountered: