0.0.3 • Published 12 years ago
z-manager v0.0.3
z-manager 
Set z-index value relatively and manage easily.
Installation
$ npm install z-manager -gExample
$ z-manager create your-css-file.cssCreate .zmanagerc and edit this file.
{
"1": ".z1",
"2": "#header",
"3": "#footer",
"4": "#footer .ico",
"5": ".container",
"6": ".nav"
}All of selectors have z-index property are written in .zmanagerc.
Sort property in ascending order of z-index value you want.
and, run bellow command:
$ z-manager adapt your-css-file.cssLicense
The MIT License (MIT)
Copyright (c) 2014 Masaaki Morishita