Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
docs: remove raw tokens list in utilities pages
  • Loading branch information
MaxLardenois committed Jun 13, 2025
commit 79d48c2366747dc3a6050302b23c1217538329b2
6 changes: 0 additions & 6 deletions site/content/docs/0.4/utilities/background.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,12 +202,6 @@ In OUDS Web, we have some backgrounds that are a bit specific because they can t

### Sass tokens

#### Raw tokens

Colors raw tokens as Sass variables. **Not to be used as-is**.

{{< scss-docs name="ouds-raw-color" file="scss/tokens/_raw.scss" >}}

#### Semantic tokens

Color semantic tokens as Sass variables. **Should not be used as-is**. Prefer use our [CSS semantic tokens](#css-semantic-tokens).
Expand Down
10 changes: 0 additions & 10 deletions site/content/docs/0.4/utilities/borders.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,16 +214,6 @@ This utility must not be used in any other context than drag and drop.

### Sass tokens

#### Raw tokens

Border raw tokens as Sass variables. **Not to be used as-is**.

{{< scss-docs name="ouds-raw-border" file="scss/tokens/_raw.scss" >}}

Colors raw tokens as Sass variables. **Not to be used as-is**.

{{< scss-docs name="ouds-raw-color" file="scss/tokens/_raw.scss" >}}

#### Semantic tokens

Border semantic tokens are defined as Sass variables.
Expand Down
6 changes: 0 additions & 6 deletions site/content/docs/0.4/utilities/colors.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,12 +109,6 @@ Sometimes contextual classes cannot be applied due to the specificity of another

### Sass tokens

#### Raw tokens

Colors raw tokens as Sass variables. **Not to be used as-is**.

{{< scss-docs name="ouds-raw-color" file="scss/tokens/_raw.scss" >}}

#### Semantic tokens

Color semantic tokens as Sass variables. **Should not be used as-is**. Prefer use our [CSS semantic tokens](#css-semantic-tokens).
Expand Down
6 changes: 0 additions & 6 deletions site/content/docs/0.4/utilities/shadows.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,6 @@ Includes support for three default sizes (which have associated variables to mat

### Sass tokens

#### Raw tokens

Shadow raw tokens as Sass variables. **Not to be used as-is**.

{{< scss-docs name="ouds-raw-elevation" file="scss/tokens/_raw.scss" >}}

#### Semantic tokens

Shadow semantic tokens as Sass variables.
Expand Down
6 changes: 0 additions & 6 deletions site/content/docs/0.4/utilities/spacing.md
Original file line number Diff line number Diff line change
Expand Up @@ -337,12 +337,6 @@ CSS variables that are used to build our scaled utilities.

### Sass tokens

#### Raw tokens

Dimension raw tokens as Sass variables. **Not to be used as-is**.

{{< scss-docs name="ouds-raw-dimension" file="scss/tokens/_raw.scss" >}}

#### Semantic tokens

Spacing semantic tokens are defined as Sass variables.
Expand Down
6 changes: 0 additions & 6 deletions site/content/docs/0.4/utilities/text.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,12 +236,6 @@ Decorate text in components with text decoration classes.

### Sass tokens

#### Raw tokens

Font raw tokens as Sass variables. **Not to be used as-is**.

{{< scss-docs name="ouds-raw-font" file="scss/tokens/_raw.scss" >}}

#### Semantic tokens

Font semantic tokens are defined as Sass variables.
Expand Down