Skip to content

Commit 347e7f8

Browse files
committed
fix: tailwind’s typography plugin not imported
This fixes the issue of the blog being ugly (#77 (comment))
1 parent 81c4685 commit 347e7f8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/styles/tailwind.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
layer(base);
33

44
@import 'tailwindcss';
5+
@plugin "@tailwindcss/typography";
56

67
/*
78
The default border color has changed to `currentColor` in Tailwind CSS v4,
@@ -38,4 +39,4 @@ body {
3839
.on-dark {
3940
display: inherit !important;
4041
}
41-
}
42+
}

0 commit comments

Comments
 (0)