Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
6 changes: 0 additions & 6 deletions site/content/docs/0.4/content/typography.md
Original file line number Diff line number Diff line change
Expand Up @@ -375,12 +375,6 @@ Align terms and descriptions horizontally by using our grid system's predefined

### 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
2 changes: 0 additions & 2 deletions site/content/docs/0.4/layout/gutters.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,5 +182,3 @@ Classes are built from the `$gutters` Sass map which is inherited from the `$oud
{{< scss-docs name="ouds-maps-dimension-fixed" file="scss/_maps.scss" >}}

{{< scss-docs name="ouds-semantic-space" file="scss/tokens/_semantic.scss" >}}

{{< scss-docs name="ouds-raw-dimension" file="scss/tokens/_raw.scss" >}}
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 @@ -127,12 +127,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/opacity.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,6 @@ Set the `opacity` of an element using `.opacity-{value}` utilities.

### Sass tokens

#### Raw tokens

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

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

#### Semantic tokens

Opacity semantic tokens are defined as Sass variables.
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