Commit a0535c4
Fix CSS variable syntax in adding-custom-styles docs to use
## Summary
• Fix CSS variable syntax from `var(--spacing-6)` to `--spacing(6)` in
custom styles documentation
• Update to align with Tailwind CSS v4 variable syntax conventions
## Test plan
- [ ] Verify the documentation renders correctly
- [ ] Confirm the CSS variable syntax matches Tailwind v4 conventions
---------
Co-authored-by: Jordan Pittman <jordan@cryptica.me>--spacing (#2312)1 parent 1c5b316 commit a0535c4
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
264 | 264 | | |
265 | 265 | | |
266 | 266 | | |
267 | | - | |
268 | | - | |
| 267 | + | |
| 268 | + | |
269 | 269 | | |
270 | 270 | | |
271 | 271 | | |
| |||
0 commit comments