@function _is-a-string($value) {
  @return type-of($value) == 'string';
}
