0

我有大约 7 个不同的存储库,它们都有自己的顺风设置(EG 7 个不同的存储库,同一个按钮的 7 个不同版本),所以我创建了一个私有存储库来删除这个重复,但是我遇到了没有应用类的问题。

我有一个问题,只有网站中使用的类应用于组件。EG 我的页面使用mr-8,我的按钮正在使用mr-8px-2.5但按钮只mr-8应用了类。

我的清除内容中有这个: '.node-modules/\\@my-name/react-tailwindui/lib/**/*.{ts,tsx}'

这是我的按钮的一个例子。

<button type="submit" class="inline-flex justify-center items-center border font-medium 
rounded focus:outline-none focus:ring-2 focus:ring-opacity-30 text-xs p-2.5 border-transparent 
dark:border-gray-500 text-white hover:bg-primary-700 focus:ring-primary-00 bg-primary-600 
shadow-sm rounded-full mr-8">Sign in</button>

这些是应用的类

应用类示例

谢谢库尔蒂斯

4

1 回答 1

0

检查你的 tailwindcss 版本,p-2.5只存在于 v2.x

于 2021-09-13T08:55:40.080 回答