Windi CSS 重要前缀

2023-02-16 17:58 更新

您可以为任何实用程序类添加前缀!将它们设置为!重要。当您想要覆盖特定属性的先前样式规则时,这可能非常有用。

!text-green-300
text-blue-200
!text-green-300

CSS

.text-blue-200 {
  --tw-text-opacity: 1;
  color: rgba(191, 219, 254, var(--tw-text-opacity));
}
.\!text-green-300 {
  --tw-text-opacity: 1 !important;
  color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
}


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

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号