mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-17 03:01:25 +00:00
chore: stick to bx
instead of cds
class prefix
This commit is contained in:
parent
8d5bf359a9
commit
f4ac33c93a
55 changed files with 190 additions and 192 deletions
|
@ -79,7 +79,7 @@
|
|||
|
||||
$: if (typeof window !== "undefined") {
|
||||
Object.entries(tokens).forEach(([token, value]) => {
|
||||
document.documentElement.style.setProperty(`--cds-${token}`, value);
|
||||
document.documentElement.style.setProperty(`--bx-${token}`, value);
|
||||
});
|
||||
|
||||
if (theme in themes) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue