module.exports = {
content: [
"../web/templates/**/*.{html,gohtml}",
"../web/static/**/*.js",
"./node_modules/flowbite/**/*.js"
],
theme: { extend: {} },
plugins: [require("flowbite/plugin")]
};
Powered by TurnKey Linux.