From 4e1d4ccfaf70b9115dc39be3cbf10320ea77f40a Mon Sep 17 00:00:00 2001 From: Kelly Mears Date: Mon, 13 Dec 2021 15:39:55 -0800 Subject: [PATCH] update tailwind.config.js (#2891) --- tailwind.config.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/tailwind.config.js b/tailwind.config.js index b4cd619..e368458 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -1,9 +1,5 @@ module.exports = { - purge: { - content: ['./app/**/*.php', './resources/**/*.{php,vue,js}'], - }, - jit: true, - darkMode: false, + content: ['./app/**/*.php', './resources/**/*.{php,vue,js}'], theme: { extend: { colors: {},