Specify updated content locations

This commit is contained in:
joncrangle
2023-11-30 22:08:01 -05:00
parent d639ee68c1
commit 04dfd87bd0

View File

@@ -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: {},