Skip to content

buywith/sheetify-sass

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

SASS plugin for Sheetify

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 93.5%
  • CSS 5.2%
  • Sass 1.3%