Update tailwind config with hoverOnlyWhenSupported

This commit is contained in:
andrewwallacespeckle
2025-08-06 17:24:30 +01:00
parent 19ea8e961d
commit 2c52f22a21
+3
View File
@@ -9,6 +9,9 @@ const typographyPlugin = require('@tailwindcss/typography')
/** @type {import('tailwindcss').Config} */
const config = {
darkMode: 'class',
future: {
hoverOnlyWhenSupported: true
},
content: [
`./components/**/*.{vue,js,ts}`,
`./layouts/**/*.vue`,