@import 'variables';

@each $name, $value in $colors {
  .placeholder\:#{$name}::placeholder {
    color: $value;
  }
}
