We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
上述问题出现在移动端访问时,问题的页面和具体位置如下:
The text was updated successfully, but these errors were encountered:
You can check this comment on tailwind's board . It might be able to solve your issue. tailwindlabs/tailwindcss#1739 (comment)
Sorry, something went wrong.
月刊的上一页、下一页,点击后一直处于 hover 状态下的样式
vercel/next.js#33060
关于 link 的 focus 状态,是 nextjs 的设计
@lalawow @cqh963852 感谢帮助,已按照 @lalawow 提供的解决方案解决「移动端 hover 样式的异常」
解决办法:
// tailwind.config.js module.exports = { future: { hoverOnlyWhenSupported: true, }, // ... }
提示:该解决方案 tailwind 必须为 3.1 版本以上
No branches or pull requests
上述问题出现在移动端访问时,问题的页面和具体位置如下:
The text was updated successfully, but these errors were encountered: