Skip to content

Latest commit

 

History

History

sass

Sass Example

Style your Remix app using Sass

Preview

Open this example on CodeSandbox:

Open in CodeSandbox

Example

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.

Related Links