Skip to content

Commit

Permalink
fix: Disable hover on devices that don't support it (snapshot-labs/sx…
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaituVR committed Dec 5, 2023
1 parent c5dc4bf commit 03c58d2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/ui/tailwind.config.js
Expand Up @@ -12,6 +12,9 @@ const withOpacity = variableName => {
};

module.exports = {
future: {
hoverOnlyWhenSupported: true
},
content: ['./index.html', './src/**/*.{js,ts,vue}'],
darkMode: 'class',
theme: {
Expand Down

0 comments on commit 03c58d2

Please sign in to comment.