Just released the 1.0.0 version of steal-sass, you can find it on your npms.
steal-sass allows you to develop your styles using the Sass preprocessor syntax. To use all you have to do is install steal-sass:
npm install steal-sass --save
And then starting importing scss files:
import './styles.scss!';
steal-sass depends on Steal/StealTools >= 0.11.0. I wrote steal-sass a while back because some users really needed it, but now it’s been upgraded to support the build and can be used in server-side rendering with can-ssr.
One unique feature is that steal-sass (by the way of sass.js which is used under-the-hood) will render in a Web Worker in development mode. This means the compiling doesn’t block the UI like it does with less.