Skip to content

Commit

Permalink
add deprecation warning for .btn-purple in #736
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnbot committed Jun 3, 2019
1 parent 53b7aa0 commit bd4f173
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/buttons/button.scss
Expand Up @@ -60,6 +60,7 @@

.btn { @include btn-solid($text-gray-dark, $gray-000, darken($gray-100, 2%)); }
.btn-primary { @include btn-solid($text-white, $green-400, $green-500); }
@warn ".btn-purple will be removed in 13.0.0. Please don't make buttons purple.";
.btn-purple { @include btn-solid($text-white, lighten($purple-500, 5%), darken($purple-500, 5%)); }
.btn-blue { @include btn-solid($text-white, lighten($blue-500, 8%), darken($blue-500, 2%)); }
.btn-danger { @include btn-inverse($red-600, $gray-000, darken($gray-100, 2%)); }
Expand Down

0 comments on commit bd4f173

Please sign in to comment.