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