Skip to content

Commit

Permalink
fix: add tier 3 semantic token section #40
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanjones243 authored and jason-capsule42 committed Oct 8, 2024
1 parent c1add92 commit 7d8e627
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion demo/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,4 +172,13 @@ The `height` and `width` properties can be used to set custom dimensions. Additi
The component may be restyled using the following code sample and changing the values of the following token(s).

<!-- AURO-GENERATED-CONTENT:START (CODE:src=./../../src/tokens.scss) -->
<!-- The below code snippet is automatically added from ./../../src/tokens.scss -->
<!-- The below code snippet is automatically added from ./../../src/tokens.scss -->

```scss
@import './../node_modules/@aurodesignsystem/design-tokens/dist/tokens/SCSSVariables';

:host {
--ds-auro-background-container-color: transparent;
}
```
<!-- AURO-GENERATED-CONTENT:END -->
2 changes: 1 addition & 1 deletion docs/partials/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,4 @@ The `height` and `width` properties can be used to set custom dimensions. Additi
The component may be restyled using the following code sample and changing the values of the following token(s).

<!-- AURO-GENERATED-CONTENT:START (CODE:src=./../../src/tokens.scss) -->
<!-- The below code snippet is automatically added from ./../../src/tokens.scss -->
<!-- AURO-GENERATED-CONTENT:END -->

0 comments on commit 7d8e627

Please sign in to comment.