Skip to content

Commit

Permalink
fix: disables hover on mobile (#2583)
Browse files Browse the repository at this point in the history
  • Loading branch information
amir20 authored Dec 10, 2023
1 parent d776777 commit 3bd97f9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ import DaisyUI from "daisyui";
import Typography from "@tailwindcss/typography";

export default {
future: {
hoverOnlyWhenSupported: true,
},
content: ["./assets/**/*.{vue,js,ts}", "./public/index.html"],
theme: {
extend: {
Expand Down

0 comments on commit 3bd97f9

Please sign in to comment.