mirror of
https://github.com/primer/css.git
synced 2024-11-28 13:12:16 +03:00
Add deprecation comment
This commit is contained in:
parent
a0d97c4049
commit
2fbc4e6a26
@ -66,10 +66,10 @@
|
||||
/* Set the text color to inherit */
|
||||
.text-inherit { color: inherit !important; }
|
||||
|
||||
// Text states
|
||||
// These can probably all be regular utilities
|
||||
// Pending states
|
||||
// This will be deprecated in the future, use .text-yellow instead
|
||||
.text-pending { color: $yellow-800 !important; }
|
||||
// Separate text and background colors in future to improve a11y
|
||||
// This will be deprecated in the future, use .bg-yellow-dark instead
|
||||
.bg-pending { color: $yellow-700 !important; }
|
||||
|
||||
// Link colors
|
||||
|
Loading…
Reference in New Issue
Block a user