From 77ceb5b799e27ac99bee824098cbb2a33addaee7 Mon Sep 17 00:00:00 2001 From: Tobias Date: Sat, 22 Feb 2025 05:24:16 +0100 Subject: [PATCH] Readme: Remove unused `{theme}` --- 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)',