Add Tippy.js tooltips to focusable elements

This commit is contained in:
Bad Manners 2024-09-07 18:28:08 -03:00
parent a2fbf908aa
commit 09934a9f8e
No known key found for this signature in database
GPG key ID: 8C88292CCB075609
11 changed files with 73 additions and 29 deletions

View file

@ -70,5 +70,5 @@ export default {
}),
},
},
plugins: [require("@tailwindcss/typography")],
plugins: [typography],
};