Specify updated content locations
This commit is contained in:
@@ -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: {},
|
||||
|
||||
Reference in New Issue
Block a user