@function ballistic-contains($list, $value) {
  @return not not index($list, $value)
}
