Use
A starter project that demonstrates automatically serving SASS as CSS with Express. This project uses Bulma as an example .sass
file.
All .sass
and .scss
files in the public
folder will be compiled and served as CSS. To use them, just include the file as you would any normal CSS file:
<link rel="stylesheet" href="bulma.sass">