@function ballistic-prepend($list, $value) {
  @return join($value, $list);
}
