diff options
author | Hayleigh Thompson <me@hayleigh.dev> | 2023-08-20 21:59:52 +0100 |
---|---|---|
committer | Hayleigh Thompson <me@hayleigh.dev> | 2023-08-20 21:59:52 +0100 |
commit | 8d28787134642e4b9813070564b6cf3a5bdce3e5 (patch) | |
tree | 60d62540fbb374cac348e20b965731d5cec1aff5 /docs/tailwind.config.js | |
parent | bd77efa0e6765f8c5152aaa453e491f4260fb33b (diff) | |
download | lustre-8d28787134642e4b9813070564b6cf3a5bdce3e5.tar.gz lustre-8d28787134642e4b9813070564b6cf3a5bdce3e5.zip |
:heavy_plus_sign: Add tailwind prose plugin.
Diffstat (limited to 'docs/tailwind.config.js')
-rw-r--r-- | docs/tailwind.config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tailwind.config.js b/docs/tailwind.config.js index d6e89d1..a296e3a 100644 --- a/docs/tailwind.config.js +++ b/docs/tailwind.config.js @@ -3,5 +3,5 @@ export default { theme: { extend: {}, }, - plugins: [], + plugins: [require("@tailwindcss/typography")], }; |