We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b679b4 commit 70363ecCopy full SHA for 70363ec
1 file changed
website/docs/quick-start/v4/readme.md
@@ -6,6 +6,14 @@
6
所以以下内容可能会经常变更,如果发现已经过时,请提 `issue` 或者直接修复提 `pr`
7
:::
8
9
+## 出于兼容性考虑,请使用 `tailwindcss@3.x`
10
+
11
+目前用户汇报了部分手机,可能是由于内部使用的 `webview` 版本太低,或者一些其他的因素,导致了样式不生效的问题,尤其是华为手机。
12
13
+`tailwindcss@4.x` 生成的样式,对现代的浏览器来说刚刚好,可是对那些移动设备来说,就不一定了。
14
15
+所以假如你要兼容更多的手机机型,请使用 `tailwindcss@3.x`。
16
17
## 定位的变化: 样式预处理器
18
19
相对于 `tailwindcss@3` 版本, `tailwindcss@4` 存在定位的重大变更
0 commit comments