Skip to content

scriptoLLC/sheetify-eyeglass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published