2024-02-12 21:44:41 +01:00
|
|
|
module.exports = {
|
2024-02-13 00:55:45 +01:00
|
|
|
content: ["./**/*.htm", "./node_modules/flowbite/**/*.js"],
|
|
|
|
theme: {
|
|
|
|
extend: {},
|
|
|
|
},
|
|
|
|
plugins: [require("@tailwindcss/forms"), require("flowbite/plugin")],
|
2024-02-12 21:44:41 +01:00
|
|
|
};
|