From fc96d75d961e4cf65da3c79df2d7fa7b7db0b78b Mon Sep 17 00:00:00 2001 From: silberengel Date: Sun, 24 Aug 2025 09:45:08 +0200 Subject: [PATCH] Removed duplicate typography. Already handled in app.css. --- tailwind.config.cjs | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/tailwind.config.cjs b/tailwind.config.cjs index e994125..9d10bcf 100644 --- a/tailwind.config.cjs +++ b/tailwind.config.cjs @@ -90,21 +90,6 @@ const config = { hueRotate: { 20: "20deg", }, - typography: { - DEFAULT: { - css: { - // Remove first-line indentation - 'p:first-line': { - 'text-indent': '0', - }, - // Ensure paragraphs don't have unwanted indentation - p: { - 'text-indent': '0', - 'margin': '0', - }, - }, - }, - }, }, },