aboutsummaryrefslogtreecommitdiff
path: root/partials/tailwind_class_groups.html
diff options
context:
space:
mode:
authorRaghuram Subramani <raghus2247@gmail.com>2025-07-29 15:26:34 +0530
committerRaghuram Subramani <raghus2247@gmail.com>2025-07-29 15:28:57 +0530
commita551acb29fc43adeb034e9d9a67e711a8c6bcf17 (patch)
treeb70fcc0b50bd34320d4c9645fde234eb3ec39288 /partials/tailwind_class_groups.html
parent18ffd40ca7445ad0c3012ed8610458294a16789c (diff)
init: site
Diffstat (limited to 'partials/tailwind_class_groups.html')
-rw-r--r--partials/tailwind_class_groups.html7
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>