Socket
Book a DemoInstallSign in
Socket

duo-postcss

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

duo-postcss

Postcss plugin for duo

latest
Source
npmnpm
Version
1.0.0
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

duo-postcss

Build Status

Ability to use postcss with duo.

CLI Usage:

duo --use duo-postcss index.css > build.css

API Usage:

var co = require('co');
var Duo = require('duo');
var stylus = require('duo-postcss');

co(function *(){
  var duo = Duo(__dirname);
  duo.entry('index.css');
  duo.use(postcss());
  var css = yield duo.run();
  // ...
  })();

Keywords

duo

FAQs

Package last updated on 24 Sep 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