Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

sheetify-sass

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sheetify-sass

SASS plugin for Sheetify

Source
npmnpm
Version
1.0.1
Version published
Weekly downloads
8
166.67%
Maintainers
1
Weekly downloads
 
Created
Source

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 -u sheetify-sass ]

JS api

const browserify = require('browserify')

browserify()
  .transform('sheetify/transform', { use: [ 'sheetify-sass' ] })
  .bundle()

Installation

$ npm install sheetify-sass

License

MIT

Keywords

sass

FAQs

Package last updated on 25 Mar 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts