UNPKG

127 BSCSSView Raw
1@import 'variables';
2
3@each $name, $value in $colors {
4 .placeholder\:#{$name}::placeholder {
5 color: $value;
6 }
7}