Make ProjectCard clickable
This commit is contained in:
parent
9b8695eb52
commit
adfc0ae3f5
2 changed files with 13 additions and 11 deletions
|
@ -14,7 +14,7 @@ module.exports = {
|
|||
},
|
||||
variants: {
|
||||
backgroundColor: [...defaultConfig.variants.backgroundColor, 'hocus', 'group-hocus'],
|
||||
textDecoration: [...defaultConfig.variants.textDecoration, 'hocus', 'group-hocus']
|
||||
textDecoration: [...defaultConfig.variants.textDecoration, 'group-hover', 'hocus', 'group-hocus']
|
||||
},
|
||||
plugins: [
|
||||
require('tailwindcss-interaction-variants')(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue