UNPKG

296 BSCSSView Raw
1
2// Windows Icon
3// --------------------------------------------------
4
5
6// Generate Windows Icon Colors
7// --------------------------------------------------
8
9@each $color-name, $color-base, $color-contrast in get-colors($colors-wp) {
10
11 .icon-wp-#{$color-name} {
12 color: $color-base;
13 }
14
15}