Replying to All CSS served on the site is minified during the build step using LightningCSS. This build step is mainly there to compile JSX (even though there is no JSX yet) with swc, but I figured I might as well minify the CSS while I'm there. Sharing Copy link Tools Copy ID Open Comment Well in any case, I managed to achieve what I was attempting to achieve, so thanks! 1 Sharing Copy link Tools Copy ID Open Reactions Replies Add a reply Hide your name Submit
All CSS served on the site is minified during the build step using LightningCSS.
This build step is mainly there to compile JSX (even though there is no JSX yet) with swc, but I figured I might as well minify the CSS while I'm there.