Farnabaz
Farnabaz
Hey, I didn't get your point, could you explain the issue and create a reproduction sample on codesandbox?
Did you modify SVGO options? I believe this is related to the SVGO config. Could you create a reproduction project on codesandbox?
Hey, The module does not support SVGO@v2 for now. it will be supported in `svg-sprite@v1`, until then there is no way to use SVGO@v2.
Hey 🙂 Sorry for the late response There is no perfect solution for changing svg styles for now. You can use two svg icon and change icons name on hover.
Supporting this feature will be tricky because different browsers have different behaviors.
Any specific reason why you want to remove `i-` prefix form sprite ids? > Also if it's possible to remove the xmlns attribute from the svg when using `` This...
Hello @oncode, The idea seems intresting, in order to achieve this, we should refactor module core to support custom config based on sprite. If you want to, contribution is more...
There is a fallback option in `nuxt-image` to disable lazy-load. It could be used in situations like this. For now it's called [`legacy`](https://image.nuxtjs.org/nuxt-image#legacy)
Current state: - The logic of `auto` is happening on the server-side it simply falls back to `width="auto"` attribute of `img` tag in client-side rendering - Since we don't use...
I'm not very familiar with yarn 2, but I think same error will remain even if we add `webpack` into `peerDependencies`. Because in Nuxt projects `webpack` is not lists as...