Skip to content

Commit dbe1182

Browse files
mrReihaReiha Hosseini
and
Reiha Hosseini
authored
Add --spacing-* to namespace-reference table ( v4 docs ) (#1913)
* Add `--spacing-*` to namespace-reference table * fix(docs): add `--spacing-*` to actual namespace-reference table --------- Co-authored-by: Reiha Hosseini <sabamac@Reihas-MacBook-Pro.local>
1 parent 06eb664 commit dbe1182

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/pages/docs/v4-beta.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1340,6 +1340,7 @@ Since we've dramatically [simplified theme configuration](#simplified-theme-conf
13401340
| ------------------ | -------------------------------------------------------------------------------------- |
13411341
| `--color-*` | Color utilities like `bg-white`, `text-black`, or `fill-blue-500` |
13421342
| `--font-*` | Font family utilities like `font-sans` |
1343+
| `--spacing-*` | Spacing utilities like `mt-2`, `p-4` |
13431344
| `--text-*` | Font size utilities like `text-sm` |
13441345
| `--font-weight-*` | Font weight utilities like `font-bold` |
13451346
| `--tracking-*` | Letter spacing utilities like `tracking-tight` |
@@ -1369,6 +1370,10 @@ Since we've dramatically [simplified theme configuration](#simplified-theme-conf
13691370
<td className='whitespace-nowrap'>`--font-*`</td>
13701371
<td>Font family utilities like <code>font-sans</code></td>
13711372
</tr>
1373+
<tr>
1374+
<td className='whitespace-nowrap'>`--spacing-*`</td>
1375+
<td>Spacing utilities like <code>mt-2</code> or <code>p-4</code></td>
1376+
</tr>
13721377
<tr>
13731378
<td className='whitespace-nowrap'>`--text-*`</td>
13741379
<td>Font size utilities like <code>text-sm</code></td>

0 commit comments

Comments
 (0)