@mixin subheader($include-color: true) { font-size: $h6-font-size; font-weight: 600; text-transform: uppercase; letter-spacing: .04em; @if ($include-color) { color: $text-muted; } }