--- /dev/null
+//
+// Docs color palette classes
+//
+
+@each $color, $value in $colors {
+ .swatch-#{$color} {
+ background-color: #{$value};
+ @include color-yiq($value);
+ }
+}
+
+@each $color, $value in $theme-colors {
+ .swatch-#{$color} {
+ background-color: #{$value};
+ @include color-yiq($value);
+ }
+}
+
+@each $color, $value in $grays {
+ .swatch-#{$color} {
+ background-color: #{$value};
+ @include color-yiq($value);
+ }
+}
//
// Background information on nomenclature and architecture decisions here.
//
-// - Bootstrap variables and mixins are included for easy reuse.
+// - Bootstrap functions, variables, and mixins are included for easy reuse.
// Doing so gives us access to the same core utilities provided by Bootstrap.
// For example, consistent media queries through those mixins.
//
@import "team";
@import "browser-bugs";
@import "brand";
+@import "colors";
@import "clipboard-js";
// Load docs dependencies