// No mixins yet
@mixin depth($depth: 100) {
  -webkit-box-shadow: depth($depth);
  -moz-box-shadow:    depth($depth);
  box-shadow:         depth($depth);
}