# Steal-sass 1.0.0 released

**URL:** https://forums.bitovi.com/t/steal-sass-1-0-0-released/53
**Category:** StealJS
**Created:** [November 18, 2015, 1:21am UTC](https://forums.bitovi.com/t/steal-sass-1-0-0-released/53 "2015-11-18T01:21:35Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![matthewp](https://yyz1.discourse-cdn.com/flex035/user_avatar/forums.bitovi.com/matthewp/32/77_2.png) [@matthewp](https://forums.bitovi.com/u/matthewp)
#### Post date: [November 18, 2015, 1:21am UTC](https://forums.bitovi.com/t/steal-sass-1-0-0-released/53/1 "2015-11-18T01:21:36Z")

</div>

Just released the 1.0.0 version of [steal-sass](https://github.com/stealjs/steal-sass), you can find it on your npms.

steal-sass allows you to develop your styles using the [Sass](http://sass-lang.com/) preprocessor syntax. To use all you have to do is install steal-sass:

```auto
npm install steal-sass --save

```

And then starting importing scss files:

```auto
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](https://github.com/canjs/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.

---

<div class="post-metadata">

### Author: ![cherif\_b](https://yyz1.discourse-cdn.com/flex035/user_avatar/forums.bitovi.com/cherif_b/32/31_2.png) [@cherif\_b](https://forums.bitovi.com/u/cherif_b)
#### Post date: [November 20, 2015, 1:27am UTC](https://forums.bitovi.com/t/steal-sass-1-0-0-released/53/2 "2015-11-20T01:27:56Z")

</div>

thank you for this, I use sass as a css preprocessor this helps so much 🙂

---

<div class="post-metadata">

### Author: ![matthewp](https://yyz1.discourse-cdn.com/flex035/user_avatar/forums.bitovi.com/matthewp/32/77_2.png) [@matthewp](https://forums.bitovi.com/u/matthewp)
#### Post date: [November 20, 2015, 3:34pm UTC](https://forums.bitovi.com/t/steal-sass-1-0-0-released/53/3 "2015-11-20T15:34:47Z")

</div>

Glad to hear it, a lot of people have been requesting sass so I think it’s time we support it.

---

<div class="post-metadata">

### Author: ![roemhildtg](https://yyz1.discourse-cdn.com/flex035/user_avatar/forums.bitovi.com/roemhildtg/32/103_2.png) [@roemhildtg](https://forums.bitovi.com/u/roemhildtg)
#### Post date: [July 5, 2016, 10:09pm UTC](https://forums.bitovi.com/t/steal-sass-1-0-0-released/53/4 "2016-07-05T22:09:32Z")

</div>

This is great. I think Bootstrap 4 is written using sass so this will definitely help developing canjs apps with that.
