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