// Card variants @mixin card-variant($color) { background-color: $color; border-color: $color; }