From 581e4cd92f41ac9614f0a189dd67db193aeee91b Mon Sep 17 00:00:00 2001 From: H0nGzA1 <2505811377@qq.com> Date: Thu, 23 Mar 2023 21:10:07 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=F0=9F=94=A7=20tailwind=20css=20?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/tailwind.config.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/web/tailwind.config.js b/web/tailwind.config.js index 32e3abd..8d5245a 100644 --- a/web/tailwind.config.js +++ b/web/tailwind.config.js @@ -1,8 +1,8 @@ /** @type {import('tailwindcss').Config} */ module.exports = { - content: [], - theme: { - extend: {}, - }, - plugins: [], -} + content: ['./index.html', './src/**/*.{vue,js}'], + theme: { + extend: {}, + }, + plugins: [], +};