Skip to content

Commit 62d370e

Browse files
Don't apply hover: on devices that don't support it (#68)
More: tailwindlabs/tailwindcss#8394
1 parent 8387f91 commit 62d370e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tailwind.config.js

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ module.exports = {
77
'./page/**/*.{js,ts,jsx,tsx}',
88
'./ui/**/*.{js,ts,jsx,tsx}',
99
],
10+
future: {
11+
hoverOnlyWhenSupported: true,
12+
},
1013
theme: {
1114
extend: {
1215
// https://vercel.com/design/color

0 commit comments

Comments
 (0)