diff options
Diffstat (limited to 'partials/tailwind_class_groups.html')
-rw-r--r-- | partials/tailwind_class_groups.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/partials/tailwind_class_groups.html b/partials/tailwind_class_groups.html new file mode 100644 index 0000000..ef1c6f2 --- /dev/null +++ b/partials/tailwind_class_groups.html @@ -0,0 +1,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> |