npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

sheetify-check

1.0.0

@goto-bus-stop

npmHomeRepoSnykSocket
Downloads:3
$ npm install sheetify-check
DailyWeeklyMonthlyYearly

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