WebMechanic
WebMechanic
Same in FF Dev (Win10). Vue 3.2.31, Vue Devtool v6.1.4. Reopening FF DevTools doesn't necessarily solve it. Need to visit FF's DevTools Settings and check Vue Extension on/off to remain...
I guess the skys won't tumbling down, if you use plain JS to add a comment node https://developer.mozilla.org/en-US/docs/Web/API/Document/createComment
ok, wasn't aware of the server side
not sure I understand your setup, but have you tried using a simple permanent CSS sibling selectors to handle this? creating and blanking a whole stylesheet and bothering the DOM...
> I would expect it to clean up after itself when that component unmounts. hmm, dunno. I get your point, but how is it supposed to know what of the...
I see. I am still a little ambivalent about the whole thing and who's responsible cleaning up their mess ;-) > I'm assuming useHead already works this way and my...
> The new version of the polyfill (currently in alpha) adds support for `em`, `rem` **brilliant**, that pixel restriction was bugging me the most with the previous version! Apart from...
agree: it could need some love on the formatting of that content. It's weired and confusing. I also had trouble back then to get the binary and how to install...
I though so, but for **almost 10 years** this is supported in browsers that matter today,, 2022. The only browser that never supported nested media was of course our old...
did some more quick tests with this, **EVERY selector** in `stuff.scss` get its own `@media` wrapper, which could become _hundrets of additional, redundant lines_. ```scss @media (min-width: 30em) { @include...