Skip to content
/ zimap Public

Gives stats about z-index levels used in your CSS

License

Notifications You must be signed in to change notification settings

wolfika/zimap

Repository files navigation

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

About

Gives stats about z-index levels used in your CSS

Resources

License

Stars

Watchers

Forks

Packages

No packages published