Skip to content

Commit

Permalink
fix: delete group class usage to support tailwind 3
Browse files Browse the repository at this point in the history
  • Loading branch information
TriStarGod authored and Romakita committed Jun 5, 2023
1 parent e1e4784 commit f084355
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/tailwind-formio/styles/nav.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
}

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

0 comments on commit f084355

Please sign in to comment.