bootstrap 灰色的实用程序不遵循文本-{color}-{level}约定

hfsqlsce  于 5个月前  发布在  Bootstrap
关注(0)|答案(3)|浏览(71)

先决条件

描述问题

在遵循 Color: Generating utilities 示例时,颜色命名约定适用于除 $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>

简化的测试用例

https://codepen.io/jcandan/pen/yLRKLQv

您在哪个操作系统上看到了这个问题?

macOS

您在哪个浏览器上看到了这个问题?

Chrome

您正在使用的Bootstrap版本是什么?

5.2.3

相关问题