backend-server-v2/flowbite-ui/tailwind.config.js

10 lines
215 B
JavaScript

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