From 632970e3ce6fc10d1bfd8fb46cc9083d0d32986d Mon Sep 17 00:00:00 2001 From: Tobias Date: Tue, 25 Feb 2025 11:57:06 +0100 Subject: [PATCH] Readme: Remove unused `{theme}` (#385) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fcb4fb4..ac2ac64 100644 --- a/README.md +++ b/README.md @@ -247,7 +247,7 @@ You can then create your own color theme by adding a new `tailwind.config.js` fi module.exports = { theme: { extend: { - typography: ({ theme }) => ({ + typography: () => ({ pink: { css: { '--tw-prose-body': 'var(--color-pink-800)',