You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 14, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: src/pages/tailwindcss-v2/index.mdx
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ Even though Tailwind CSS v2.0 is a new major version, **we've worked really hard
49
49
50
50
[Check out the upgrade guide](#) for more details and step-by-step instructions on migrating your project to Tailwind CSS v2.0.
51
51
52
-
If you'd like to start a brand new project with v2.0, [head over to our updated installation documentation](/docs/installation) to get started fast.
52
+
If you'd like to start a brand new project with v2.0, [head over to our updated installation documentation](https://tailwindcss.com/docs/installation) to get started fast.
53
53
54
54
Also how about that [brand new website](https://tailwindcss.com) eh? Hot damn.
55
55
@@ -146,7 +146,7 @@ And responsive hover stuff:
146
146
</button>
147
147
```
148
148
149
-
Check out the [dark mode docs](/docs/dark-mode) for all the gory details.
149
+
Check out the [dark mode docs](https://tailwindcss.com/docs/dark-mode) for all the gory details.
150
150
151
151
---
152
152
@@ -265,7 +265,7 @@ If you want to override this, you can still do it by layering on a `leading` uti
265
265
<pclass="text-3xl leading-normal">Come on don't do this to me.</p>
266
266
```
267
267
268
-
Check out the [font size documentation](/docs/font-size#providing-a-default-line-height) for some additional details.
268
+
Check out the [font size documentation](https://tailwindcss.com/docs/font-size#providing-a-default-line-height) for some additional details.
269
269
270
270
---
271
271
@@ -326,7 +326,7 @@ It took some serious engineering muscle but we figured it out — now you can `@
326
326
}
327
327
```
328
328
329
-
Check out [the updated @apply documentation](/docs/functions-and-directives#apply) to learn more.
329
+
Check out [the updated @apply documentation](https://tailwindcss.com/docs/functions-and-directives#apply) to learn more.
330
330
331
331
---
332
332
@@ -342,7 +342,7 @@ Now we've added dedicated `overflow-ellipsis` and `overflow-clip` utilities to c
342
342
</p>
343
343
```
344
344
345
-
Check out the new [text overflow documentation](/docs/text-overflow) to see it in action.
345
+
Check out the new [text overflow documentation](https://tailwindcss.com/docs/text-overflow) to see it in action.
346
346
347
347
---
348
348
@@ -390,7 +390,7 @@ Anywhere where we enabled hover or focus by default previously now has `group-ho
390
390
</div>
391
391
```
392
392
393
-
Check out [the default variants reference](/docs/configuring-variants#default-variants-reference) for a full list of what's enabled where in v2.0.
393
+
Check out [the default variants reference](https://tailwindcss.com/docs/configuring-variants#default-variants-reference) for a full list of what's enabled where in v2.0.
394
394
395
395
---
396
396
@@ -440,7 +440,7 @@ Of course you can override this by layering on separate duration or timing funct
440
440
</button>
441
441
```
442
442
443
-
Learn more about transitions in the [transition property documentation](/docs/transition-property).
443
+
Learn more about transitions in the [transition property documentation](https://tailwindcss.com/docs/transition-property).
0 commit comments