Skip to content

Commit 739f77b

Browse files
committed
add deprecation TODO comments for unused color vars
1 parent d936b3a commit 739f77b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/support/variables/colors.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,18 @@
22
// Color variables
33

44
// State indicators.
5+
// TODO@14.0.0: remove $status-pending (unused)
56
$status-pending: desaturate($yellow-700, 15%) !default;
67

78
// Repository type colors
89
// Should be able to deprecate these in future
10+
// TODO@14.0.0: remove $repo-private-text, $repo-private-bg, and $repo-private-icon
911
$repo-private-text: $black-fade-70 !default;
1012
$repo-private-bg: $yellow-000 !default;
1113
$repo-private-icon: rgba($yellow-900, 0.5) !default;
1214

1315
// Highlight used for things like search
16+
// TODO@14.0.0: remove $highlight-yellow (unused)
1417
$highlight-yellow: rgba(255, 247, 140, 0.5) !default;
1518

1619
// Border colors

0 commit comments

Comments
 (0)