I have been using visual studio code (learning web development) with the Live Sass Compiler to compile my sass files into CSS. This has worked great until now. I have started to use the @use instead of @import, BUT I read that it only works with dart sass.
My question is how do you install dart sass and set it up to watch the sass files and compile into CSS?.