Tailwindcss:语法错误:`hover:rounded-xl` 类不存在
Posted
技术标签:
【中文标题】Tailwindcss:语法错误:`hover:rounded-xl` 类不存在【英文标题】:Tailwindcss: Syntax error: The `hover:rounded-xl` class does not exist 【发布时间】:2022-01-08 08:12:22 【问题描述】:语法错误:hover:rounded-xl
类不存在,但 hover:rotate-12
存在。如果您确定 hover:rounded-xl
存在,请确保在 Tailwind CSS 看到您的 CSS 之前正确处理任何 @import
语句,因为 @apply
只能用于同一 CSS 中的类
【问题讨论】:
【参考方案1】:为此,您需要在 tailwind.config.js
文件中启用 JIT 模式
// tailwind.config.js
module.exports =
...,
mode: "jit",
...
;
【讨论】:
以上是关于Tailwindcss:语法错误:`hover:rounded-xl` 类不存在的主要内容,如果未能解决你的问题,请参考以下文章
UnhandledPromiseRejectionWarning:错误:找不到模块“tailwindcss”heroku 错误