소스 검색

fix: mobile hover issue

Timothy Jaeryang Baek 2 달 전
부모
커밋
359f8b67f8
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/tailwind.css

+ 2 - 0
src/tailwind.css

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