Style your Remix app using Sass
Open this example on CodeSandbox:
The main thing to note here is that npm run dev
will run the sass compiler, and remix in the same tab uisng npm-run-all
. When building with npm run build
, we'll have npm-run-all
run the sass build and minify the output and run remix build
.