@function hu-important() {
  @if ($hu-use-important) {
    @return !important;
  }

  @return null;
}
