Skip to content

Commit

Permalink
Don't apply hover: on devices that don't support it (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
delbaoliveira committed Nov 11, 2022
1 parent 8387f91 commit 62d370e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tailwind.config.js
Expand Up @@ -7,6 +7,9 @@ module.exports = {
'./page/**/*.{js,ts,jsx,tsx}',
'./ui/**/*.{js,ts,jsx,tsx}',
],
future: {
hoverOnlyWhenSupported: true,
},
theme: {
extend: {
// https://vercel.com/design/color
Expand Down

1 comment on commit 62d370e

@vercel
Copy link

@vercel vercel bot commented on 62d370e Nov 11, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

layouts-playground – ./

app-dir.vercel.app
app-dir-playground.vercel.app
layouts-playground.vercel.sh
layouts-playground-git-main.vercel.sh

Please sign in to comment.