css-inherit

1.0.0 • Public • Published

css-inherit

css-inherit is a command-line version of rework-inherit.

Install

$ npm install -g css-inherit

Usage

cli

# basic 
$ cat some.css | css-inherit > build.css
 
# multiple files 
$ css-combine some.css | css-inherit > build.css
 
# multiple files w/myth 
$ css-combine some.css | css-inherit | myth > build.css
 
# multple files w/myth w/minification 
$ css-combine some.css | css-inherit | myth | cleancss > build.css

License

MIT

Dependents (0)

Package Sidebar

Install

npm i css-inherit

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • michaelrhodes