Answers for "override the tailwind class we make by using @apply"

0

override the tailwind class we make by using @apply

@layer components {
  .item {
    @apply text-black font-light text-opacity-80 py-4 bg-gray-100;
  }
}
Posted by: Guest on April-23-2022

Code answers related to "override the tailwind class we make by using @apply"

Browse Popular Code Answers by Language