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