You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When following the example given at Color: Generating utilities, the color naming convention applies to all but $grays.
<p class="text-green-300">this is successfully green</p>
<p class="text-gray-500">this should be a light gray</p>
<p class="text-500">this should be black because this class shouldn't exist</p>
Prerequisites
Describe the issue
When following the example given at Color: Generating utilities, the color naming convention applies to all but
$grays
.Reduced test cases
https://codepen.io/jcandan/pen/yLRKLQv
What operating system(s) are you seeing the problem on?
macOS
What browser(s) are you seeing the problem on?
Chrome
What version of Bootstrap are you using?
5.2.3
The text was updated successfully, but these errors were encountered: