1.0.2 • Published 8 years ago

sofe-css-builder v1.0.2

Weekly downloads
6
License
Apache-2.0
Repository
github
Last release
8 years ago

sofe-css-builder

Build CSS services for sofe. Specifically supports CSS Modules.

Installation

npm install sofe-css-builder

Usage

CLI

sofe-css-builder --help

API

import builder from 'sofe-css-builder';

builder(cssFromInputFile, inputFilePath, serviceName, options = {})
  .then(({css, exports}) // modified css and an exports object
  .catch(err)