chore: use bx css prefixes for now

This commit is contained in:
Enrico Sacchetti 2024-01-11 13:03:10 -05:00
commit aeb05203c5
235 changed files with 1537 additions and 1563 deletions

View file

@ -27,5 +27,5 @@ export default class BreadcrumbItem extends SvelteComponentTyped<
mouseenter: WindowEventMap["mouseenter"];
mouseleave: WindowEventMap["mouseleave"];
},
{ default: { props?: { ["aria-current"]?: string; class: "cds--link" } } }
{ default: { props?: { ["aria-current"]?: string; class: "bx--link" } } }
> {}