Skip to content

Commit a6cb80d

Browse files
fix(docs): update component token docs links (#17087)
Co-authored-by: Riddhi Bansal <[email protected]>
1 parent b48919c commit a6cb80d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

packages/styles/docs/sass.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -408,11 +408,11 @@ like to see changed.
408408

409409
Component tokens are available for the following components:
410410

411-
| Component | Import | File |
412-
| :----------- | :----------------------------------------------------------- | :------------------------------------------------------------------------------ |
413-
| button | `@use '@carbon/styles/scss/components/button/tokens';` | [`scss/components/button/tokens`](../scss/components/button/tokens) |
414-
| notification | `@use '@carbon/styles/scss/components/notification/tokens';` | [`scss/components/notification/tokens`](../scss/components/notification/tokens) |
415-
| tag | `@use '@carbon/styles/scss/components/tag/tokens';` | [`scss/components/tag/tokens`](../scss/components/tag/tokens) |
411+
| Component | Import | File |
412+
| :----------- | :----------------------------------------------------------- | :------------------------------------------------------------------------------------ |
413+
| button | `@use '@carbon/styles/scss/components/button/tokens';` | [`scss/components/button/tokens`](../scss/components/button/_tokens.scss) |
414+
| notification | `@use '@carbon/styles/scss/components/notification/tokens';` | [`scss/components/notification/tokens`](../scss/components/notification/_tokens.scss) |
415+
| tag | `@use '@carbon/styles/scss/components/tag/tokens';` | [`scss/components/tag/tokens`](../scss/components/tag/_tokens.scss) |
416416

417417
For example, if you wanted to change the component token `button-primary` for
418418
`button` you could do the following:

0 commit comments

Comments
 (0)