From 8d28787134642e4b9813070564b6cf3a5bdce3e5 Mon Sep 17 00:00:00 2001 From: Hayleigh Thompson Date: Sun, 20 Aug 2023 21:59:52 +0100 Subject: :heavy_plus_sign: Add tailwind prose plugin. --- docs/tailwind.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/tailwind.config.js') 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")], }; -- cgit v1.2.3