1
0
mirror of https://github.com/amir20/dozzle.git synced 2026-01-01 10:37:26 +01:00

fix: disables hover on mobile (#2583)

This commit is contained in:
Amir Raminfar
2023-12-10 13:13:55 -08:00
committed by GitHub
parent d776777b7e
commit 3bd97f98b2

View File

@@ -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: {