Skip to content

stackcss/sheetify-check

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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