@mixin colors()
Create color classes by looping through a color Sass map.
Parameters
$color-map: $theme-colors (Map)
The main theme color map (set in _config.scss).
$include-bg: true (Boolean)
Whether to create background-color classes.
$include-text: true (Boolean)
Whether to create text / color classes.
$include-fill: false (Boolean)
Whether to include icon / fill color classes.
$include-wp: false (Boolean)
Whether to include color classes for the WordPress editor.