🚀 Launch Week Day 4:Introducing the Alert Details Page: A Better Way to Explore Alerts.Learn More →
Socket
Book a DemoInstallSign in
Socket

sheetify-cssnext

Package Overview
Dependencies
Maintainers
3
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sheetify-cssnext

[![build status][4]][5] [![test coverage][6]][7] [![js-standard-style][10]][11]

Source
npmnpm
Version
1.0.2
Version published
Maintainers
3
Created
Source

sheetify-cssnext stability

build status test coverage js-standard-style

cssnext transform for [sheetify][13]. Use tomorrow's CSS syntax, today.

Installation

$ npm install sheetify-cssnext

Usage

const sheetify = require('sheetify')
const path = require('path')

const opts = {
  use: [ [ 'sheetify-cssnext', { sourcemap: false } ] ],
  basedir: __dirname
}

sheetify(path.join(__dirname, 'index.css'), opts)
  .pipe(process.stdout)

See Also

  • [cssnext][13]
  • [sheetify][13]

License

MIT

FAQs

Package last updated on 27 Dec 2015

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