@import "../definitions";

// remove theme colors we don't want to support as background class
$theme-colors: map-remove($theme-colors, "primary", "secondary", "success", "warning", "danger");
// #f0f0f0
@import "bootstrap/scss/utilities/background";


