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:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user