$u-color-properties-use-fill: true !default;

@mixin u-color-properties ($value) {
  color: $value;
  fill: if($u-color-properties-use-fill, $value, null);
}
