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