Skip to content

Commit 9efeb51

Browse files
committed
lint
1 parent 09119d0 commit 9efeb51

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

content/foundations/primitives/getting-started.mdx

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ npm:
1313
```bash
1414
npm install @primer/primitives
1515
```
16+
1617
yarn:
1718

1819
```bash

content/foundations/primitives/token-names.mdx

+7-7
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Base tokens are the lowest level tokens and map directly to a raw value.
2727

2828
#### Example `base` tokens
2929

30-
```
30+
```md
3131
base-size-4
3232
base-color-green-5
3333
brand-base-color-lime-5
@@ -42,7 +42,7 @@ Functional tokens represent global UI patterns.
4242

4343
#### Example `functional` tokens
4444

45-
```
45+
```md
4646
bgColor-inset
4747
borderColor-default
4848
brand-borderWidth-thin
@@ -58,7 +58,7 @@ Component/pattern tokens should only be used in component CSS.
5858

5959
#### Example `component`/`pattern` tokens
6060

61-
```
61+
```md
6262
control-danger-borderColor-rest
6363
button-primary-bgColor-hover
6464
brand-overlay-bgColor
@@ -147,28 +147,28 @@ Size modifiers are often found as part of the [scale](#scale) block. The followi
147147

148148
### General-purpose t-shirt sizes
149149

150-
```
150+
```md
151151
xsmall | small | medium | large | xlarge | xxlarge
152152
```
153153

154154
### Density
155155

156156
Use `normal` as the default size
157157

158-
```
158+
```md
159159
condensed | normal | spacious
160160
```
161161

162162
### Thickness names
163163

164164
Use `thin` as the default size
165165

166-
```
166+
```md
167167
thin | thick | thicker
168168
```
169169

170170
### Viewport ranges names
171171

172-
```
172+
```md
173173
narrow | regular | wide
174174
```

0 commit comments

Comments
 (0)