Skip to content

Commit 79d48c2

Browse files
committed
docs: remove raw tokens list in utilities pages
1 parent 2901679 commit 79d48c2

File tree

6 files changed

+0
-40
lines changed

6 files changed

+0
-40
lines changed

site/content/docs/0.4/utilities/background.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -202,12 +202,6 @@ In OUDS Web, we have some backgrounds that are a bit specific because they can t
202202

203203
### Sass tokens
204204

205-
#### Raw tokens
206-
207-
Colors raw tokens as Sass variables. **Not to be used as-is**.
208-
209-
{{< scss-docs name="ouds-raw-color" file="scss/tokens/_raw.scss" >}}
210-
211205
#### Semantic tokens
212206

213207
Color semantic tokens as Sass variables. **Should not be used as-is**. Prefer use our [CSS semantic tokens](#css-semantic-tokens).

site/content/docs/0.4/utilities/borders.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -214,16 +214,6 @@ This utility must not be used in any other context than drag and drop.
214214

215215
### Sass tokens
216216

217-
#### Raw tokens
218-
219-
Border raw tokens as Sass variables. **Not to be used as-is**.
220-
221-
{{< scss-docs name="ouds-raw-border" file="scss/tokens/_raw.scss" >}}
222-
223-
Colors raw tokens as Sass variables. **Not to be used as-is**.
224-
225-
{{< scss-docs name="ouds-raw-color" file="scss/tokens/_raw.scss" >}}
226-
227217
#### Semantic tokens
228218

229219
Border semantic tokens are defined as Sass variables.

site/content/docs/0.4/utilities/colors.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -109,12 +109,6 @@ Sometimes contextual classes cannot be applied due to the specificity of another
109109

110110
### Sass tokens
111111

112-
#### Raw tokens
113-
114-
Colors raw tokens as Sass variables. **Not to be used as-is**.
115-
116-
{{< scss-docs name="ouds-raw-color" file="scss/tokens/_raw.scss" >}}
117-
118112
#### Semantic tokens
119113

120114
Color semantic tokens as Sass variables. **Should not be used as-is**. Prefer use our [CSS semantic tokens](#css-semantic-tokens).

site/content/docs/0.4/utilities/shadows.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,6 @@ Includes support for three default sizes (which have associated variables to mat
4545

4646
### Sass tokens
4747

48-
#### Raw tokens
49-
50-
Shadow raw tokens as Sass variables. **Not to be used as-is**.
51-
52-
{{< scss-docs name="ouds-raw-elevation" file="scss/tokens/_raw.scss" >}}
53-
5448
#### Semantic tokens
5549

5650
Shadow semantic tokens as Sass variables.

site/content/docs/0.4/utilities/spacing.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -337,12 +337,6 @@ CSS variables that are used to build our scaled utilities.
337337

338338
### Sass tokens
339339

340-
#### Raw tokens
341-
342-
Dimension raw tokens as Sass variables. **Not to be used as-is**.
343-
344-
{{< scss-docs name="ouds-raw-dimension" file="scss/tokens/_raw.scss" >}}
345-
346340
#### Semantic tokens
347341

348342
Spacing semantic tokens are defined as Sass variables.

site/content/docs/0.4/utilities/text.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -236,12 +236,6 @@ Decorate text in components with text decoration classes.
236236

237237
### Sass tokens
238238

239-
#### Raw tokens
240-
241-
Font raw tokens as Sass variables. **Not to be used as-is**.
242-
243-
{{< scss-docs name="ouds-raw-font" file="scss/tokens/_raw.scss" >}}
244-
245239
#### Semantic tokens
246240

247241
Font semantic tokens are defined as Sass variables.

0 commit comments

Comments
 (0)