From b98f029ed7995a52fc4bc0e512ba4a507c9d9ebc Mon Sep 17 00:00:00 2001 From: Bugo Date: Sat, 13 Apr 2024 14:00:59 +0500 Subject: [PATCH] Update astro.config.mjs --- astro.config.mjs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/astro.config.mjs b/astro.config.mjs index ccdbcaa..1d337fd 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -131,7 +131,9 @@ export default defineConfig({ liveCode({ layout: '@components/LiveCode.astro', }), - tailwind(), + tailwind({ + applyBaseStyles: false, + }), ], markdown: { rehypePlugins: [