Skip to content

Commit

Permalink
Disable hover on mobile devices
Browse files Browse the repository at this point in the history
  • Loading branch information
marcel2215 committed Jun 16, 2024
1 parent 2e0d8e3 commit 5cdc8e4
Show file tree
Hide file tree
Showing 2 changed files with 251 additions and 178 deletions.
7 changes: 5 additions & 2 deletions src/tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module.exports = {
'-xl': { 'max': '1279px' },
'-lg': { 'max': '1023px' },
'-md': { 'max': '767px' },
'-sm': { 'max': '639px' },
'-sm': { 'max': '639px' }
}
},
plugins: [],
Expand All @@ -29,5 +29,8 @@ module.exports = {
"xl:block",
"2xl:block",
"sm:w-auto"
]
],
future: {
hoverOnlyWhenSupported: true,
}
}
Loading

0 comments on commit 5cdc8e4

Please sign in to comment.