1.0.0 • Published 9 years ago

css-inherit v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

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