aboutsummaryrefslogtreecommitdiff
path: root/partials/tailwind_class_groups.css
diff options
context:
space:
mode:
Diffstat (limited to 'partials/tailwind_class_groups.css')
-rw-r--r--partials/tailwind_class_groups.css9
1 files changed, 0 insertions, 9 deletions
diff --git a/partials/tailwind_class_groups.css b/partials/tailwind_class_groups.css
deleted file mode 100644
index 1bae0be..0000000
--- a/partials/tailwind_class_groups.css
+++ /dev/null
@@ -1,9 +0,0 @@
-@layer components {
- .project-list-heading {
- @apply text-lg group-hover:underline group-hover:text-pink-900 group-hover:bg-pink-100 p-1;
- }
-
- .project-list-description {
- @apply pl-3 border-l-3 border-dashed border-pink-300 group-hover:text-pink-900 group-hover:bg-pink-100 group-hover:underline flex items-center;
- }
-}