All things are explored here and commented (kind of). A lesson for myself in future maybe.
You need some kind of sass compiler installed, I used Dart Sass.
npm install -g sass
Check the official installation docs here. Also a Live Sass Compiler VSCode extension is available here
$ sass --watch sass/:styles/
This will watch for sass files in styles
directory and output css files in public
directory.