Browse Source

fix: mobile hover issue

Timothy Jaeryang Baek 2 tháng trước cách đây
mục cha
commit
359f8b67f8
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      src/tailwind.css

+ 2 - 0
src/tailwind.css

@@ -36,3 +36,5 @@
 		@apply cursor-pointer;
 	}
 }
+
+@custom-variant hover (&:hover);