Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add deprecation warning
  • Loading branch information
simurai committed Mar 29, 2019
commit 227f9f53204f7d0d264f83c4b7f151352815054f
2 changes: 2 additions & 0 deletions src/utilities/colors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
// stylelint-disable primer/selector-no-utility
// stylelint-disable block-opening-brace-space-before, comment-empty-line-before

@warn ".text-pending and .bg-pending will be deprecated in the future, use .text-yellow and .bg-yellow-dark instead";

// background colors
/* Set the background to $bg-white */
.bg-white { background-color: $bg-white !important; }
Expand Down