Skip to content

Commit dae2262

Browse files
committed
Adds hover state back to side nav
1 parent 28f117a commit dae2262

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tailwind.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ module.exports = {
4444
},
4545
variants: {
4646
borderRadius: ["last"],
47-
textDecoration: ["group-hover"]
47+
textDecoration: ["group-hover", "hover"]
4848
},
4949
plugins: []
5050
}

0 commit comments

Comments
 (0)