mirror of
https://github.com/10h30/astroplate.git
synced 2026-06-05 15:08:00 +09:00
fix: update tailwindcss integration applyBaseStyles setting according to latest update
https://github.com/withastro/astro/blob/main/packages/integrations/tailwind/CHANGELOG.md#400
This commit is contained in:
+1
-3
@@ -34,9 +34,7 @@ export default defineConfig({
|
||||
react(),
|
||||
sitemap(),
|
||||
tailwind({
|
||||
config: {
|
||||
applyBaseStyles: false,
|
||||
},
|
||||
applyBaseStyles: false,
|
||||
}),
|
||||
AutoImport({
|
||||
imports: [
|
||||
|
||||
Reference in New Issue
Block a user