Mitch Ray
Mitch Ray
Encountered this on unRAID 6.10 which had Docker **v20.10.9**. The issue is gone after updating unRAID to 6.11.1 with Docker **v20.10.18**
My workaround is to have container queries in separate CSS files, and bring them in with svelte:head https://github.com/mitchray/ample/blob/b37d70e73be00b7fd506fd73274371bdae52bfe4/src/views/album.svelte#L27
> You can try out CQ support in Svelte by removing `svelte` from `dependencies` in `package.json` > > and adding an `overrides` section like this: > > ```json > "overrides":...
Huge thanks to @typhonrt for making the dream a reality