Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

css-inherit

michaelrhodes4MIT1.0.0

A command-line version of rework-inherit.

css, extend, inherit, rework-inherit, cli

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

License

MIT