hover tailwind css is not working code example
Example: tailwind hover dont work
// tailwind.config.js
module.exports = {
variants: {
textColor: ['responsive', 'hover', 'focus', 'group-hover'],
},
}
// tailwind.config.js
module.exports = {
variants: {
textColor: ['responsive', 'hover', 'focus', 'group-hover'],
},
}