diff options
| author | Yuval Adam <_@yuv.al> | 2025-05-21 17:59:44 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2025-05-21 17:59:44 +0200 |
| commit | f043c0bae4242f117bf3ea545228709e11db6a2e (patch) | |
| tree | b761d07e5559650f90116dba73bcedf93ed6cc76 /src/styles/global.css | |
| parent | 10a5f6c5d9280bd375db64f6581d9a554ce2c496 (diff) | |
Initial guide
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..cba2dd6 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 |
