$z-index: (
  top: 9999,
  sidebar: 3,
  topbar: 2,
  base: 1,
  btm: -1
);

@function z-index($key) {
  @return map-get($z-index, $key);
}
