Skip to content

Commit

Permalink
feat: Add hover only when supported
Browse files Browse the repository at this point in the history
  • Loading branch information
Ackuq committed Sep 30, 2023
1 parent ac44620 commit 8dda763
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/web/tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ const config: Config = {
"./components/**/*.{ts,tsx}",
"./app/**/*.{ts,tsx}",
],
future: {
hoverOnlyWhenSupported: true,
},
theme: {
container: {
center: true,
Expand Down

0 comments on commit 8dda763

Please sign in to comment.