Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stackcss/sheetify-sass
SASS plugin for Sheetify
https://github.com/stackcss/sheetify-sass
sass sheetify
Last synced: 6 days ago
JSON representation
SASS plugin for Sheetify
- Host: GitHub
- URL: https://github.com/stackcss/sheetify-sass
- Owner: stackcss
- License: mit
- Created: 2016-03-06T13:50:21.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-03-14T10:19:13.000Z (over 4 years ago)
- Last Synced: 2024-04-14T06:51:07.861Z (7 months ago)
- Topics: sass, sheetify
- Language: JavaScript
- Size: 80.1 KB
- Stars: 6
- Watchers: 2
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sheetify-sass [![stability][0]][1]
[![npm version][2]][3] [![build status][4]][5] [![test coverage][6]][7]
[![downloads][8]][9] [![js-standard-style][10]][11]SASS plugin for Sheetify.
## Command line
```sh
$ browserify ./test/source.js -t [ sheetify/transform -t sheetify-sass ]
```## JS api
```js
const browserify = require('browserify')browserify()
.transform('sheetify/transform', { transform: [ 'sheetify-sass' ] })
.bundle()
```## Installation
```sh
$ npm install sheetify-sass
```## License
[MIT](https://tldrlegal.com/license/mit-license)[0]: https://img.shields.io/badge/stability-experimental-orange.svg?style=flat-square
[1]: https://nodejs.org/api/documentation.html#documentation_stability_index
[2]: https://img.shields.io/npm/v/sheetify-sass.svg?style=flat-square
[3]: https://npmjs.org/package/sheetify-sass
[4]: https://img.shields.io/travis/stackcss/sheetify-sass/master.svg?style=flat-square
[5]: https://travis-ci.org/stackcss/sheetify-sass
[6]: https://img.shields.io/codecov/c/github/stackcss/sheetify-sass/master.svg?style=flat-square
[7]: https://codecov.io/github/stackcss/sheetify-sass
[8]: http://img.shields.io/npm/dm/sheetify-sass.svg?style=flat-square
[9]: https://npmjs.org/package/sheetify-sass
[10]: https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square
[11]: https://github.com/feross/standard