mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-20 20:33:02 +00:00
fix(theme): use @see
tag for link in tokens prop description
This commit is contained in:
parent
e1451324cc
commit
3219084de4
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Customize a theme with your own tokens
|
* Customize a theme with your own tokens
|
||||||
* https://carbondesignsystem.com/guidelines/themes/overview#customizing-a-theme
|
* @see https://carbondesignsystem.com/guidelines/themes/overview#customizing-a-theme
|
||||||
* @type {{ [token: string]: any; }}
|
* @type {{ [token: string]: any; }}
|
||||||
*/
|
*/
|
||||||
export let tokens = {};
|
export let tokens = {};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue