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: {},