@function _is-a-map($input) {
  @return type-of($input) == map;
}
