Windi CSS 实时语言

2023-02-16 17:58 更新

从 v2.5.4 开始,Windi CSS 具有开箱即用的 RTL 支持和零配置。

通过为实用程序添加 rtl: 变体前缀,它们将仅在启用 RTL 时适用。

启用 RTL 很容易,您只需在 html 元素上应用 dir="rtl"。

<html>
<body>
  <!-- RTL disabled -->
</body>
</html>

<html dir="rtl">
<body>
  <!-- RTL enabled -->
</body>
</html>


以上内容是否对您有帮助:
在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号