Browse Source

fix: mobile hover issue

Timothy Jaeryang Baek 2 months ago
parent
commit
359f8b67f8
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/tailwind.css

+ 2 - 0
src/tailwind.css

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