1.0.4 • Published 8 years ago

stc-css-combine v1.0.4

Weekly downloads
20
License
-
Repository
github
Last release
8 years ago

stc-css-combine

A STC module that combines CSS files by resolving import directives.

Install

npm install stc-css-combine

How to use

@import url("a.css");
@import url("b.css");
@import url("c.css");
var cssCombine = require('stc-css-combine');

stc.workflow({
  CSSCombine: {plugin: cssCombine, include: /\.css$/},
});