UI/tailwind: fix preflight

This commit is contained in:
Johannes Kirschbauer
2024-11-19 10:36:53 +01:00
parent 3a46119722
commit e8f39d7431

View File

@@ -9,10 +9,6 @@ export default plugin.withOptions(
}, },
// add configuration which is merged with the final config // add configuration which is merged with the final config
() => ({ () => ({
corePlugins: {
// we are using our own preflight (see above)
preflight: false,
},
theme: { theme: {
...typography, ...typography,
}, },