Skip to content

Commit

Permalink
fix: disable hover css on mobile device
Browse files Browse the repository at this point in the history
  • Loading branch information
holenet committed Aug 28, 2024
1 parent 25435db commit 8b40d81
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions LDLWebClient/tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,7 @@ export default {
extend: {},
},
plugins: [],
future: {
hoverOnlyWhenSupported: true,
},
};

0 comments on commit 8b40d81

Please sign in to comment.