9 lines
125 B
SCSS

// BlockQuote Mixins //
@mixin blockquote($color) {
border-color: $color;
.blockquote-footer {
color: $color;
}
}