Skip to content

Commit

Permalink
first first-of-type:before: order issue (tw fix in next alpha)
Browse files Browse the repository at this point in the history
  • Loading branch information
david-crespo committed Nov 16, 2021
1 parent 417ee19 commit e1dacaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/ui/lib/breadcrumbs/Breadcrumbs.tsx
Expand Up @@ -11,7 +11,7 @@ export const Breadcrumbs = ({ data }: BreadcrumbsProps) => (
<ol className="text-xs font-mono uppercase mb-6">
{data.map(({ href, label }) => (
<li
className="inline-block first-of-type:before:content-none
className="inline-block before:first-of-type:content-none
before:content-['/'] before:mx-2 before:text-gray-400"
key={`${href}-${label}`}
>
Expand Down

0 comments on commit e1dacaf

Please sign in to comment.