From 25a86c47212dfbfb95864201b04fdc87d0c8a156 Mon Sep 17 00:00:00 2001 From: Jerry Yan <792602257@qq.com> Date: Thu, 14 Jul 2022 13:18:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E7=89=88tailwindcss=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E5=86=99=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tailwind.config.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tailwind.config.js b/tailwind.config.js index e13e4f4..dc920fc 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -1,11 +1,10 @@ /** @type {import('tailwindcss').Config} */ module.exports = { - purge: [ + content: [ './resources/**/*.blade.php', './resources/**/*.js', './resources/**/*.vue', ], - content: [], theme: { extend: {}, },