Public Access
1
0

fix: tailwind sticky hover
Some checks failed
Build and Push Docker Image to Gitea / build-and-push-to-gitea (push) Has been cancelled

This commit is contained in:
2025-09-03 18:22:08 -04:00
parent d424e3bbc1
commit abc6ca89e8

View File

@@ -7,5 +7,8 @@ module.exports = {
theme: {
extend: {},
},
future: {
hoverOnlyWhenSupported: true,
},
plugins: [],
};