Replying to
Comment
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.
Reactions
Replies
Add a reply
oh! I've done it both ways but I thought I had to use <= and >= because that's what your media queries were showing up as in Inspect. That's really interesting.