mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-19 11:59:34 +00:00
chore: stick to bx
instead of cds
class prefix
This commit is contained in:
parent
d99e0a1f82
commit
526c574dd2
56 changed files with 191 additions and 193 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