tomayac’s avatartomayac’s Twitter Archive—№ 19,768

  1. 👋 Hi @vite_js folks! Vite lossily (note the media attribute) combines html <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? 🙏