1
1
mirror of https://github.com/primer/css.git synced 2025-01-06 05:33:07 +03:00

Add text-gray-light

This commit is contained in:
simurai 2020-04-15 10:30:09 +09:00
parent 176d8dd771
commit 76c66a62bb

View File

@ -63,6 +63,9 @@ You can set the color inheritance on an element by using the `text-inherit` clas
<div class="text-gray mb-2">
.text-gray on white
</div>
<div class="text-gray-light mb-2">
.text-gray-light on white
</div>
<div class="text-red mb-2">
.text-red on white
</div>