9 lines
125 B
SCSS
Raw Normal View History

2024-07-12 12:51:02 +05:45
// BlockQuote Mixins //
@mixin blockquote($color) {
border-color: $color;
.blockquote-footer {
color: $color;
}
}