Skip to content

Commit

Permalink
Fix plugin import path in README.md (#382)
Browse files Browse the repository at this point in the history
  • Loading branch information
man-shar authored Feb 10, 2025
1 parent fb252ec commit 0ab25dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Then add the plugin to your main `style.css` file:

```diff
@import "tailwindcss";
+ @plugin "tailwindcss/typography";
+ @plugin "@tailwindcss/typography";
```

---
Expand Down

0 comments on commit 0ab25dc

Please sign in to comment.