z-manager

v0.0.3
Set z-index value relatively and manage easily
css property analize

z-manager Build Status

Set z-index value relatively and manage easily.

Installation

$ npm install z-manager -g

Example

$ z-manager create your-css-file.css

Create .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.css

License

The MIT License (MIT)

Copyright (c) 2014 Masaaki Morishita

npm i z-manager

Metadata

  • MIT
  • Whatever
  • Masaaki Morishita
  • released 5/12/2014

Downloads

Maintainers