sass-z-indexer
A handy Sass helper for managing z-index layers
Install
$ npm install --save sass-z-indexer
$ bower install --save sass-z-indexerUse
my-element{
z-index: z("overlay");
}Disclaimer
This repository is based on Hugo Giraudel Solution.
License
This project is licensed under the terms of the MIT License.