From a3d3e54a9d35b0b036ad07464a424aa54776111d 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 215dfb1..6254c30 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'