silvertech-daniel
silvertech-daniel
In the same spirit, it also makes sense that this should work with other value types like colors
Our solution has been to use a script that watches all of the scss files and then triggers an update to the "globalStyle" file: ```js import { utimes, watch }...
@James-Wilkinson-git update `@stencil/sass`, it should be at least `3.0.9` https://github.com/ionic-team/stencil/issues/5287#issuecomment-1915019923
I don't see why this is unplanned, it's a straightforward thing to fix that I hit several times. `a b` turning into `ab` instead of `a b` is clearly not...
@christianhg perfect, makes sense
This is my workaround (I use a promise pool to limit concurrency heuristically because I have no access to the actual `ratelimit-x` headers. ```ts import { newQueue } from '@henrygd/queue'...
@manfromanotherland same here, they should probably not re-export anything from `next-sanity` so that IDE auto-import avoids choosing the module that cannot tree-shake everything else away.