From 1406d5789dc4f6d2c35065125ff9a716540e4029 Mon Sep 17 00:00:00 2001 From: "DESKTOP-415OV3U\\dofingert" Date: Thu, 13 Apr 2023 12:22:22 +0800 Subject: [PATCH] =?UTF-8?q?fix(tailwind):=20=E4=BF=AE=E6=AD=A3=20tailwind?= =?UTF-8?q?=20=E6=A3=80=E7=B4=A2=E8=BF=87=E5=A4=9A=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E9=80=A0=E6=88=90=E6=9E=84=E5=BB=BA=E9=80=9F=E5=BA=A6=E5=8F=98?= =?UTF-8?q?=E6=85=A2=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/renderer/assets/index.css | 2 +- tailwind.config.js | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/renderer/assets/index.css b/src/renderer/assets/index.css index dfee90c6..36c1c1a3 100644 --- a/src/renderer/assets/index.css +++ b/src/renderer/assets/index.css @@ -4,4 +4,4 @@ @tailwind base; @tailwind components; -@tailwind utilities; \ No newline at end of file +/*@tailwind utilities;*/ \ No newline at end of file diff --git a/tailwind.config.js b/tailwind.config.js index 56a88d94..ad0e2361 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -5,11 +5,11 @@ module.exports = { purge: { enabled: true, content: [ - './**/*.html', + './src/*.html', './*.html', - './**/*.js', + './src/*.js', './*.js', - './**/*.vue', + './src/*.vue', './*.vue' ], options: {