css-inherit
v1.0.0
Published
A command-line version of rework-inherit.
Downloads
5
Maintainers
Readme
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