sveltejs/rollup-plugin-svelte

[Question] emitCss: conditionally emit file or embed css in js

PlopTheReal opened this issue · 0 comments

Is it possible to conditionally emit a file or embed the css in js? What I'm trying to achieve is to embed critical CSS for critical components (via inlineStyleThreshold) and delay other dynamic components CSS.