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
- Host: GitHub
- URL: https://github.com/stealjs/steal-sass
- Owner: stealjs
- License: mit
- Created: 2015-05-21T15:28:01.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2019-06-20T16:52:28.000Z (almost 6 years ago)
- Last Synced: 2024-08-11T10:48:56.504Z (10 months ago)
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/steal-sass
- Size: 93.8 KB
- Stars: 9
- Watchers: 16
- Forks: 8
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[](https://travis-ci.org/stealjs/steal-sass)
[](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