Skip to content
This repository was archived by the owner on Dec 5, 2019. It is now read-only.

queckezz/builder-css-whitespace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

builder-css-whitespace

css whitespace plugin for component builder2.

Installation

$ npm install builder-css-whitespace

Usage

var build = require('component-builder2')
var whitespace = require('builder-css-whitespace')

build.styles(nodes, options)
  .use('styles', whitespace())
  .pipe(process.stdout)

Your files need to have a .styl extension so that the plugin recognizes that they are whitespaced.

{
  "styles": [
    "index.styl",
    "typography.styl"
  ]
}

Tests

make

Licence

MIT

About

css-whitespace plugin for component-builder2.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published