Skip to content

Commit 976b084

Browse files
committed
Add instructions instead of linking
1 parent eeec4a8 commit 976b084

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,18 @@ Then add the plugin to your main `style.css` file:
3333
+ @plugin "@tailwindcss/typography";
3434
```
3535

36-
> [!NOTE]
37-
> [Tailwind v3 installation instructions](https://github.com/tailwindlabs/tailwindcss-typography/blob/d1e6421d4c07c15b3e1db6b6b10549df96fb129d/README.md)
36+
If you are still using Tailwind CSS v3, add the plugin to your tailwind.config.js file:
37+
38+
// tailwind.config.js
39+
module.exports = {
40+
theme: {
41+
// ...
42+
},
43+
plugins: [
44+
require('@tailwindcss/typography'),
45+
// ...
46+
],
47+
}
3848

3949
---
4050

0 commit comments

Comments
 (0)