diff --git a/custom-app/tailwind.config.js b/custom-app/tailwind.config.js index 61c43af..54866f8 100644 --- a/custom-app/tailwind.config.js +++ b/custom-app/tailwind.config.js @@ -64,5 +64,7 @@ module.exports = { }, }, prefix: 'tw-', - preflight: false + corePlugins: { + preflight: false, + } }; \ No newline at end of file