Skip to content

Commit ac2cebe

Browse files
committed
Remove old base styles page
We were already redirecting from this to a new page but the page still existed if you navigated to it with a client-side visit.
1 parent 6372ea1 commit ac2cebe

File tree

2 files changed

+3
-103
lines changed

2 files changed

+3
-103
lines changed

src/pages/docs/adding-base-styles.mdx

Lines changed: 0 additions & 100 deletions
This file was deleted.

src/pages/docs/preflight.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ The reason for this is two-fold:
7373
- **It helps you avoid accidentally deviating from your type scale**. By default, browsers assign sizes to headings that don't exist in Tailwind's default type scale, and aren't guaranteed to exist in your own type scale.
7474
- **In UI development, headings should often be visually de-emphasized**. Making headings unstyled by default means any styling you apply to headings happens consciously and deliberately.
7575

76-
You can always add default header styles to your project by [adding your own base styles](/docs/adding-base-styles).
76+
You can always add default header styles to your project by [adding your own base styles](/docs/adding-custom-styles#adding-base-styles).
7777

7878
If you'd like to selectively introduce sensible default heading styles into article-style parts of a page, we recommend the [@tailwindcss/typography plugin](/docs/typography-plugin/).
7979

@@ -102,7 +102,7 @@ If you'd like to style a list, you can do so using the [list-style-type](/docs/l
102102
</ul>
103103
```
104104

105-
You can always add default list styles to your project by [adding your own base styles](/docs/adding-base-styles).
105+
You can always add default list styles to your project by [adding your own base styles](/docs/adding-custom-styles#adding-base-styles).
106106

107107
If you'd like to selectively introduce default list styles into article-style parts of a page, we recommend the [@tailwindcss/typography plugin](/docs/typography-plugin/).
108108

@@ -223,7 +223,7 @@ If you'd like to add your own base styles on top of Preflight, simply add them t
223223
@tailwind utilities;
224224
```
225225

226-
Learn more in the [adding base styles documentation](/docs/adding-base-styles).
226+
Learn more in the [adding base styles documentation](/docs/adding-custom-styles#adding-base-styles).
227227

228228
---
229229

0 commit comments

Comments
 (0)