diff options
| author | Yuval Adam <_@yuv.al> | 2025-05-23 14:50:13 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2025-05-23 14:50:13 +0200 |
| commit | 48b7a6c8fdc2127f6cea8333e3a4e22d3f2c2556 (patch) | |
| tree | bd78a978f2dbfd91b767f42d9ca13bbbc11030fd /src/styles/global.css | |
| parent | 25c5c2c1ee824c92141e799b00577088ff41d09c (diff) | |
Add tailwind typography
Diffstat (limited to 'src/styles/global.css')
| -rw-r--r-- | src/styles/global.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/styles/global.css b/src/styles/global.css index a461c50..ab19ef9 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -1 +1,2 @@ -@import "tailwindcss";
\ No newline at end of file +@import "tailwindcss"; +@plugin "@tailwindcss/typography";
\ No newline at end of file |
