10 lines
215 B
JavaScript
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")]
|
|
};
|