diff --git a/tailwind.config.ts b/tailwind.config.ts index 5aae46c7..89e6fd4f 100644 --- a/tailwind.config.ts +++ b/tailwind.config.ts @@ -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: {