Skip to content

michaelrhodes/css-inherit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A command-line version of rework-inherit.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages