Skip to content

Commit 1ac908c

Browse files
Fix preflight stylesheet link (#2097)
Changed the Preflight stylesheet link to the correct branch on GitHub. Not sure if you want to keep the link pointed to GitHub, or use [a link to unpkg](https://unpkg.com/tailwindcss@^4/preflight.css) like the [v3 docs](https://v3.tailwindcss.com/docs/preflight) did.
1 parent 1359d6f commit 1ac908c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docs/preflight.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ When you import `tailwindcss` into your project, Preflight is automatically inje
1919

2020
While most of the styles in Preflight are meant to go unnoticed—they simply make things behave more like you'd expect them to—some are more opinionated and can be surprising when you first encounter them.
2121

22-
For a complete reference of all the styles applied by Preflight, [see the stylesheet](https://github.com/tailwindlabs/tailwindcss/blob/next/packages/tailwindcss/preflight.css).
22+
For a complete reference of all the styles applied by Preflight, [see the stylesheet](https://github.com/tailwindlabs/tailwindcss/blob/main/packages/tailwindcss/preflight.css).
2323

2424
### Margins are removed
2525

0 commit comments

Comments
 (0)