1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-31 00:59:51 +02:00

docs: remove swatches for theme colors. (#29327)

Use the built-in utilities instead.
This commit is contained in:
XhmikosR
2019-08-29 15:18:47 +03:00
committed by GitHub
parent ee01dc2340
commit e99625c088
2 changed files with 1 additions and 8 deletions

View File

@@ -9,13 +9,6 @@
}
}
@each $color, $value in $theme-colors {
.swatch-#{$color} {
color: color-yiq($value);
background-color: #{$value};
}
}
@each $color, $value in $grays {
.swatch-#{$color} {
color: color-yiq($value);