We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2555b4 commit 28c2f2fCopy full SHA for 28c2f2f
tailwind.config.js
@@ -7,6 +7,9 @@ module.exports = {
7
'./page/**/*.{js,ts,jsx,tsx}',
8
'./ui/**/*.{js,ts,jsx,tsx}',
9
],
10
+ future: {
11
+ hoverOnlyWhenSupported: true,
12
+ },
13
theme: {
14
extend: {
15
// https://vercel.com/design/color
0 commit comments