Sfoglia il codice sorgente

fix: mobile hover issue

Timothy Jaeryang Baek 3 mesi fa
parent
commit
359f8b67f8
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      src/tailwind.css

+ 2 - 0
src/tailwind.css

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