From 5e9e8c998eb45c9f940e0ee5780135db05247f73 Mon Sep 17 00:00:00 2001 From: Andrew Jiang Date: Thu, 8 Feb 2024 23:48:34 -0500 Subject: [PATCH] fix --- custom-app/tailwind.config.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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