Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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