@function important($value, $important: true) {
  @if $important {
    @return #{$value} !important;
  }
  @return $value;
}
