We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1735294 commit 7d2d7b8Copy full SHA for 7d2d7b8
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