Specify updated content locations
This commit is contained in:
@@ -1,6 +1,10 @@
|
|||||||
/** @type {import('tailwindcss').Config} */
|
/** @type {import('tailwindcss').Config} */
|
||||||
module.exports = {
|
module.exports = {
|
||||||
content: ["./handlers/**/*.html"],
|
content: [
|
||||||
|
"./cmd/**/*.{html,js}",
|
||||||
|
"./handlers/**/*.{html,js}",
|
||||||
|
"./proxychain/**/*.{html,js}",
|
||||||
|
],
|
||||||
darkMode: "class",
|
darkMode: "class",
|
||||||
theme: {
|
theme: {
|
||||||
extend: {},
|
extend: {},
|
||||||
|
|||||||
Reference in New Issue
Block a user