Gives stats about z-index leves used in your CSS
$ npm install --save zimap
const zimap = require('zimap');
zimap('./styles/main.css');
//=> Promise<Object>
Type: string
Name of the file to give stats about.
$ npm install --global zimap
$ zimap --help
Usage
$ zimap [filename]
Examples
$ zimap ./test/style.css
{ count: 4, levels: [ 1, 10, 100, -1 ] }
MIT © Máté Farkas