Socket
Socket
Sign inDemoInstall

jstransformer-sass

Package Overview
Dependencies
188
Maintainers
6
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    jstransformer-sass

SASS support for JSTransformers.


Version published
Maintainers
6
Created

Changelog

Source

v1.0.0: 2017-09-18

  • Updated Boilerplate

Readme

Source

jstransformer-sass

SASS support for JSTransformers.

Build Status Coverage Status Dependency Status Greenkeeper badge NPM version

Installation

npm install jstransformer-sass

API

var sass = require('jstransformer')(require('jstransformer-sass'))

sass.render('h1\n  color: red').body
//=> 'h1 {\n  color: red;\n}'

License

MIT

Keywords

FAQs

Last updated on 18 Sep 2017

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc