change flowbite x preline

This commit is contained in:
2024-09-07 16:23:11 +02:00
parent a2d44137cd
commit 8fa8066e88
7 changed files with 239 additions and 437 deletions

View File

@@ -2,11 +2,12 @@ module.exports = {
content: [
"./index.html",
"./src/**/*.{vue,js,ts,jsx,tsx}",
"./node_modules/flowbite/**/*.js",
"node_modules/flowbite-vue/**/*.{js,jsx,ts,tsx,vue}",
'./node_modules/preline/preline.js',
],
theme: {
extend: {},
},
plugins: [require("flowbite/plugin")],
plugins: [
require("@tailwindcss/forms"),
require("preline/plugin")],
};