Skip to content

Latest commit

 

History

History
46 lines (34 loc) · 906 Bytes

README.md

File metadata and controls

46 lines (34 loc) · 906 Bytes

sheetify-check

check css syntax with sheetify

npm travis standard

Install

npm install sheetify-check

Usage

Configured via package.json:

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

Configured via the Browserify API:

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

License

Apache-2.0