@@ -61,10 +61,11 @@ <h2 class="fs-subheading mb4">Red</h2>
6161 < thead >
6262 < tr >
6363 < th scope ="col " width ="36px "> </ th >
64+ < th scope ="col "> CSS</ th >
6465 < th scope ="col "> Less</ th >
65- < th scope ="col "> Variable</ th >
6666 < th scope ="col "> Text class</ th >
6767 < th scope ="col "> Background class</ th >
68+ < th scope ="col "> Border class</ th >
6869 < th scope ="col " class ="ta-center "> < a class ="s-link s-link__inherit " href ="{{ "/product/guidelines/conditional-classes#hover" | relative_url }}"> Hover?</ a > </ th >
6970 < th scope ="col " class ="ta-center "> < a class ="s-link s-link__inherit " href ="{{ "/product/guidelines/conditional-classes#focus" | relative_url }}"> Focus?</ a > </ th >
7071 < th scope ="col " class ="ta-center "> < a class ="s-link s-link__inherit " href ="{{ "/product/guidelines/conditional-classes#dark-mode" | relative_url }}"> Dark?</ a > </ th >
@@ -77,9 +78,10 @@ <h2 class="fs-subheading mb4">Red</h2>
7778 < div class ="stacks-swatch bar-sm bg-{{ color.name }}-{{ stop.stop }} "> </ div >
7879 </ th >
7980 < td class ="ff-mono "> var(--{{ color.name }}-{{ stop.stop }})</ td >
80- < td class ="ff-mono "> # {{ stop.hex }}</ td >
81+ < td class ="ff-mono "> @ {{ color.name }}-{{ stop.stop }}</ td >
8182 < td class ="ff-mono "> .fc-{{ color.name }}-{{ stop.stop }}</ td >
8283 < td class ="ff-mono "> .bg-{{ color.name }}-{{ stop.stop }}</ td >
84+ < td class ="ff-mono "> .bc-{{ color.name }}-{{ stop.stop }}</ td >
8385 < td class ="ta-center "> {% icon "Checkmark", "fc-green-500" %}</ td >
8486 < td class ="ta-center "> {% icon "Checkmark", "fc-green-500" %}</ td >
8587 < td class ="ta-center "> {% icon "Checkmark", "fc-green-500" %}</ td >
@@ -89,10 +91,11 @@ <h2 class="fs-subheading mb4">Red</h2>
8991 < th scope ="row ">
9092 < div class ="stacks-swatch bar-sm bg-white "> </ div >
9193 </ th >
94+ < td class ="ff-mono "> var(--white)</ td >
9295 < td class ="ff-mono "> @white</ td >
93- < td class ="ff-mono "> #ffffff</ td >
9496 < td class ="ff-mono "> .fc-white</ td >
9597 < td class ="ff-mono "> .bg-white</ td >
98+ < td class ="ff-mono "> .bc-white</ td >
9699 < td class ="ta-center "> {% icon "Checkmark", "fc-green-500" %}</ td >
97100 < td class ="ta-center "> {% icon "Checkmark", "fc-green-500" %}</ td >
98101 < td class ="ta-center "> {% icon "Checkmark", "fc-green-500" %}</ td >
@@ -105,6 +108,7 @@ <h2 class="fs-subheading mb4">Red</h2>
105108 < td class ="fc-light "> N/A</ td >
106109 < td class ="fc-light "> N/A</ td >
107110 < td > .bg-transparent</ td >
111+ < td > .bc-transparent</ td >
108112 < td class ="ta-center "> {% icon "Checkmark", "fc-green-500" %}</ td >
109113 < td > </ td >
110114 < td > </ td >
0 commit comments