Skip to content

Commit 60c02f6

Browse files
TriStarGodRomakita
authored andcommitted
fix: delete group class usage to support tailwind 3
Not a valid class - [tailwindlabs/tailwindcss#4666](tailwindlabs/tailwindcss#4666)
1 parent e1e4784 commit 60c02f6

File tree

1 file changed

+2
-2
lines changed
  • packages/tailwind-formio/styles

1 file changed

+2
-2
lines changed

packages/tailwind-formio/styles/nav.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
}
2525

2626
&-link {
27-
@apply relative group inline-flex flex-col items-stretch overflow-hidden text-xs transition-colors;
27+
@apply relative inline-flex flex-col items-stretch overflow-hidden text-xs transition-colors;
2828
@apply bg-transparent border-transparent text-gray-darker;
2929
@apply cursor-pointer border-1 border-solid rounded-none border-b-0 relative;
3030
@apply px-3 py-2;
@@ -39,4 +39,4 @@
3939
.card-body {
4040
@apply p-3;
4141
}
42-
}
42+
}

0 commit comments

Comments
 (0)