component-css-stylus

v0.0.2
A component-css plugin for stylus.

Component CSS for Stylus


A component-css plugin for stylus.

Installation

You can install through npm as such: npm install component-css-stylus

Usage

You can include component-css-stylus as a normal stylus plugin. Basic example below:

var stylus = require('stylus');
var ccss = require('component-css-stylus');

stylus(css)
  .use(ccss()({prefix: 'app-'}))
  .render(function(err, output){
    console.log(output);
  });
npm i component-css-stylus

Metadata

  • Unknown
  • Whatever
  • Chad Scira
  • released 1/8/2015

Downloads

Maintainers