aboutsummaryrefslogtreecommitdiff
path: root/partials/tailwind_class_groups.html
blob: ef1c6f29a0d4d06d75b55abb025d7da77b532604 (plain)
1
2
3
4
5
6
7
<style type="text/tailwindcss">
    @layer components {
      .some-class {
        @apply px-4 py-6 md:py-0 hover:bg-yellow-500 md:hover:bg-transparent text-white duration-500;
      }
    }
</style>