@mixin linear-gradient($degree, $primary-color, $secondary-color) {
color: $white; background: linear-gradient($degree, $primary-color, $secondary-color);
}
@mixin linear-gradient($degree, $primary-color, $secondary-color) {
color: $white; background: linear-gradient($degree, $primary-color, $secondary-color);
}