From 4a0355865081d07d05d9d758f520e411952a1063 Mon Sep 17 00:00:00 2001 From: Luks17 <48810778+Luks17@users.noreply.github.com> Date: Fri, 15 Sep 2023 23:24:11 -0400 Subject: [PATCH] fix: update tailwind base styles config (#116) --- astro.config.mjs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/astro.config.mjs b/astro.config.mjs index 06cd89673..9c2d6b7ef 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -10,9 +10,7 @@ export default defineConfig({ site: "https://astro-paper.pages.dev/", // replace this with your deployed domain integrations: [ tailwind({ - config: { - applyBaseStyles: false, - }, + applyBaseStyles: false, }), react(), sitemap(),