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

Made by Antonio Ramirez

sheetify-sass

2.1.1

@goto-bus-stop

npmHomeRepoSnykSocket
Downloads:9
$ npm install sheetify-sass
DailyWeeklyMonthlyYearly

sheetify-sass stability

npm version build status test coverage downloads js-standard-style

SASS plugin for Sheetify.

Command line

$ browserify ./test/source.js -t [ sheetify/transform -t sheetify-sass ]

JS api

const browserify = require('browserify')

browserify()
  .transform('sheetify/transform', { transform: [ 'sheetify-sass' ] })
  .bundle()

Installation

$ npm install sheetify-sass

License

MIT