1.0.0 • Published 6 years ago

sheetify-eyeglass v1.0.0

Weekly downloads
4
License
Apache-2.0
Repository
github
Last release
6 years ago

sheetify-eyeglass stability

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

Eyeglass enabled SASS plugin for Sheetify.

Command line

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

JS api

const browserify = require('browserify')

const opts = {
  transform: [[
    'sheetify-eyeglass', {
      eyeglass: {
        modules: [
          {
            path: path.join(__dirname, '..', 'node_modules', 'normalize-scss')
          }
        ]
      }
    }
  ]]
}

browserify()
  .transform('sheetify', opts)
  .bundle()

Installation

$ npm install sheetify-eyeglass

License

Apache-2.0