This vite plugin allows you to ?url import css files and have them resolve to the final bundled css file. In short, you can write import styles from './my/styles.scss?url' and have it actually work as ...
This demo is currently using a nightly release of Remix. This is not required if you enable build.cssMinify in your Vite config. You must be using Vite v5.1.0 or ...