Skip to content

Commit

Permalink
Show how to apply a namespaced token in Sass
Browse files Browse the repository at this point in the history
Co-authored-by: Aram <[email protected]>
  • Loading branch information
VincentSmedinga and alimpens authored Dec 20, 2024
1 parent 520ef15 commit 5df3d9e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions proprietary/tokens/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,10 @@ Address these tokens through the `compact` namespace and do not use the spacious

```sass
@use "@amsterdam/design-system-tokens/dist/compact.scss";
.class {
padding-block: compact.$ams-space-md;
}
```

## Usage in JavaScript
Expand Down

0 comments on commit 5df3d9e

Please sign in to comment.