override the tailwind class we make by using @apply

58

@layer components {
  .item {
    @apply text-black font-light text-opacity-80 py-4 bg-gray-100;
  }
}

Comments

Submit
0 Comments