.btn:hover{
@apply bg-yellow-500 transition--all duration-1000;
}
What is wrong with this code as it is showing error? (I want to apply hover property to a button)
.btn:hover{
@apply bg-yellow-500 transition--all duration-1000;
}
What is wrong with this code as it is showing error? (I want to apply hover property to a button)