Skip to content

csstree/cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NPM version

CSSTree CLI

How to use:

> npm i -g csstree-cli
> csstree /path/to/style.css
> echo ".hello { world: 123 }" | csstree
> csstree -h
Usage:

  csstree [filename] [options]

Options:

  -c, --compact            Compact output
  -h, --help               Output usage information
  -v, --version            Output version