Skip to content

Commit e1dacaf

Browse files
committed
first first-of-type:before: order issue (tw fix in next alpha)
tailwindlabs/tailwindcss#6112 tailwindlabs/tailwindcss#6016 tailwindlabs/tailwindcss#6018
1 parent 417ee19 commit e1dacaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/ui/lib/breadcrumbs/Breadcrumbs.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export const Breadcrumbs = ({ data }: BreadcrumbsProps) => (
1111
<ol className="text-xs font-mono uppercase mb-6">
1212
{data.map(({ href, label }) => (
1313
<li
14-
className="inline-block first-of-type:before:content-none
14+
className="inline-block before:first-of-type:content-none
1515
before:content-['/'] before:mx-2 before:text-gray-400"
1616
key={`${href}-${label}`}
1717
>

0 commit comments

Comments
 (0)