From 04dfd87bd02de3323ebef249e12b55135acfe239 Mon Sep 17 00:00:00 2001 From: joncrangle <94425204+joncrangle@users.noreply.github.com> Date: Thu, 30 Nov 2023 22:08:01 -0500 Subject: [PATCH] Specify updated content locations --- tailwind.config.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tailwind.config.js b/tailwind.config.js index 99a01a1..1e40435 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -1,6 +1,10 @@ /** @type {import('tailwindcss').Config} */ module.exports = { - content: ["./handlers/**/*.html"], + content: [ + "./cmd/**/*.{html,js}", + "./handlers/**/*.{html,js}", + "./proxychain/**/*.{html,js}", + ], darkMode: "class", theme: { extend: {},