feat: add typography plugin and drop cap styling for book feel

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
consultoria-as
2026-02-17 07:54:51 +00:00
parent 3472a7ac65
commit 1f6225fc5e
4 changed files with 48 additions and 81 deletions

View File

@@ -21,6 +21,6 @@ const config: Config = {
},
},
},
plugins: [],
plugins: [require("@tailwindcss/typography")],
};
export default config;