An open API service indexing awesome lists of open source software.

https://github.com/matype/z-manager

Set z-index value relatively and manage easily.
https://github.com/matype/z-manager

Last synced: 9 months ago
JSON representation

Set z-index value relatively and manage easily.

Awesome Lists containing this project

README

          

# z-manager [![Build Status](https://travis-ci.org/morishitter/z-manager.svg)](https://travis-ci.org/morishitter/z-manager)

Set z-index value relatively and manage easily.

## Installation

```
$ npm install z-manager -g
```

## Example

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

Create `.zmanagerc` and edit this file.

```javascript
{
"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:

```shell
$ z-manager adapt your-css-file.css
```

## License
The MIT License (MIT)

Copyright (c) 2014 Masaaki Morishita