-
👋 Hi @vite_js folks! Vite lossily (note the
media
attribute) combineshtml <link rel=stylesheet href="a.css" /> <link rel=stylesheet href="b.css" media="(prefers-color-scheme:dark)" />
to
html <link rel=stylesheet href="c123.css" />
How to prevent this? 🙏