sass-z-indexer
Version:
A handy Sass helper for managing z-index layers
19 lines (13 loc) • 439 B
Markdown
# sass-z-indexer
A handy Sass helper for managing z-index layers
## Install
$ npm install --save sass-z-indexer
$ bower install --save sass-z-indexer
## Use
my-element{
z-index: z("overlay");
}
### Disclaimer
This repository is based on [Hugo Giraudel Solution.](https://www.sitepoint.com/better-solution-managing-z-index-sass/)
## License
This project is licensed under the terms of the [MIT License](http://mit-license.org/).