An open API service indexing awesome lists of open source software.

https://github.com/stealjs/steal-sass

SASS plugin for stealjs
https://github.com/stealjs/steal-sass

Last synced: 6 months ago
JSON representation

SASS plugin for stealjs

Awesome Lists containing this project

README

        

[![Build Status](https://travis-ci.org/stealjs/steal-sass.svg?branch=master)](https://travis-ci.org/stealjs/steal-sass)
[![npm version](https://badge.fury.io/js/steal-sass.svg)](http://badge.fury.io/js/steal-sass)

# steal-sass

A Steal plugin for Sass.

## Install

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

## Use

After you've installed you can just start using the plugin directly.

```js
import from 'styles.scss!';
```

## License

MIT