The SVG favicon located in the public folder gets minified on build. Which is brilliant.
However the <style> tags get removed in the process.
Using <style> tags in SVG favicons allows to change their appearance depending on the dark mode setting for example.
I want to keep this optimisation steps, but is there a way to retain the <style> tags? Or maybe the default behaviour should be to keep them.