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

https://github.com/stackcss/sheetify-check

check css syntax with sheetify
https://github.com/stackcss/sheetify-check

Last synced: 10 months ago
JSON representation

check css syntax with sheetify

Awesome Lists containing this project

README

          

# sheetify-check

check css syntax with sheetify

[![npm][npm-image]][npm-url]
[![travis][travis-image]][travis-url]
[![standard][standard-image]][standard-url]

[npm-image]: https://img.shields.io/npm/v/sheetify-check.svg?style=flat-square
[npm-url]: https://www.npmjs.com/package/sheetify-check
[travis-image]: https://img.shields.io/travis/stackcss/sheetify-check.svg?style=flat-square
[travis-url]: https://travis-ci.org/stackcss/sheetify-check
[standard-image]: https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square
[standard-url]: http://npm.im/standard

## Install

```
npm install sheetify-check
```

## Usage

Configured via package.json:

```js
{
"sheetify": {
"transform": [
"sheetify-check"
]
}
}
```

Configured via the Browserify API:

```js
b.transform(sheetify, {
transform: ['sheetify-check']
})
```

## License

[Apache-2.0](LICENSE.md)