sheetify-sass

2.1.1 • Public • Published

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

Package Sidebar

Install

npm i sheetify-sass

Weekly Downloads

5

Version

2.1.1

License

MIT

Unpacked Size

5.39 kB

Total Files

10

Last publish

Collaborators

  • bret
  • goto-bus-stop
  • yoshuawuyts
  • ahdinosaur
  • hughsk
  • jongacnik
  • zhouhancheng