Fix duped styles + disable tailwind preflight (#1320)

This commit is contained in:
Geometrically
2024-07-24 16:14:43 -07:00
committed by GitHub
parent 41c15f8c96
commit 06ac959496
2 changed files with 6 additions and 0 deletions

View File

@@ -123,4 +123,7 @@ module.exports = {
},
},
plugins: [],
corePlugins: {
preflight: false,
},
};