0.0.4 • Published 7 years ago

zimap v0.0.4

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

zimap Build Status Coverage Status

Gives stats about z-index leves used in your CSS

CLI usage

Install

$ npm install --save zimap

Usage

const zimap = require('zimap');

zimap('./styles/main.css');
//=> Promise<Object>

API

zimap(filename)

filename

Type: string

Name of the file to give stats about.

CLI

$ npm install --global zimap
$ zimap --help

Usage
	$ zimap [filename]

Examples
	$ zimap ./test/style.css
	{ count: 4, levels: [ 1, 10, 100, -1 ] }

License

MIT © Máté Farkas