Answers for "hover class not working tailwind"

CSS
0

tailwind hover dont work

// tailwind.config.js
module.exports = {
    variants: {
textColor: ['responsive', 'hover', 'focus', 'group-hover'],
 },
}
Posted by: Guest on December-18-2020
1

tailwind class not working

import tailwind.css to your project

save code to your repo, so it can be customised
https://unpkg.com/[email protected]/dist/tailwind.min.css
Posted by: Guest on November-29-2021

Code answers related to "hover class not working tailwind"

Browse Popular Code Answers by Language