/**
 * Returns a z-index for the given name from the z-index map
 */
@mixin z-index($name) {
	z-index: map-get($z-indices, $name);
}
