From 5a64af430634d7a78de7480cff699d5415f6f94c Mon Sep 17 00:00:00 2001 From: Brandon Date: Sun, 7 Feb 2021 06:47:17 -0600 Subject: [PATCH] chore(deps): optimize tailwind's purgecss dirs --- tailwind.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tailwind.config.js b/tailwind.config.js index 215dfb19..6254c300 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -1,10 +1,10 @@ module.exports = { purge: { content: [ - './**/*.php', + './app/**/*.php', + './resources/**/*.php', './resources/**/*.vue', './resources/**/*.js', - './resources/**/*.json', ], }, darkMode: false, // or 'media' or 'class'