Browse Source

drop tooltip

Jason Gorst 1 tháng trước cách đây
mục cha
commit
639979e6e7
1 tập tin đã thay đổi với 0 bổ sung6 xóa
  1. 0 6
      app/utils/passthrough.js

+ 0 - 6
app/utils/passthrough.js

@@ -1007,12 +1007,6 @@ export const passthrough = {
     start: tw`flex items-center`,
     center: tw`flex items-center`,
     end: tw`flex items-center`
-  },
-
-  tooltip: {
-    root: tw`tooltip`,
-    text: tw`tooltip-text`,
-    arrow: tw`tooltip-arrow`
   }
 }