Skip to content

Commit 2f36a83

Browse files
committed
Adds hover rotate to tailwind config
1 parent 3ce30d9 commit 2f36a83

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tailwind.config.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ module.exports = {
3535
},
3636
},
3737
variants: {
38-
extend: {},
38+
extend: {
39+
rotate: ['active', 'group-hover', 'hover'],
40+
},
3941
},
4042
plugins: [require('@tailwindcss/typography')],
4143
};

0 commit comments

Comments
 (0)