From 90a168063981c6cdecb41408980174b03651d10b Mon Sep 17 00:00:00 2001 From: Gabriel Giordano Date: Sat, 2 Apr 2022 10:22:14 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Add=20index.php=20to=20tailwindc?= =?UTF-8?q?ss=20purge=20list=20(#3025)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tailwind.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tailwind.config.js b/tailwind.config.js index abdb98e..25d6284 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -1,5 +1,5 @@ module.exports = { - content: ['./app/**/*.php', './resources/**/*.{php,vue,js}'], + content: ['./index.php', './app/**/*.php', './resources/**/*.{php,vue,js}'], theme: { extend: { colors: {},