mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-19 20:09:35 +00:00
chore: use bx css prefixes for now
This commit is contained in:
parent
3ae53de629
commit
aeb05203c5
235 changed files with 1537 additions and 1563 deletions
|
@ -64,5 +64,5 @@ export default class ProgressStep extends SvelteComponentTyped<
|
|||
mouseleave: WindowEventMap["mouseleave"];
|
||||
keydown: WindowEventMap["keydown"];
|
||||
},
|
||||
{ default: { props: { class: "cds--progress-label" } } }
|
||||
{ default: { props: { class: "bx--progress-label" } } }
|
||||
> {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue