Skip to content

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

License

Notifications You must be signed in to change notification settings

stcjs/stc-css-combine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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$/},
});

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published