change por headless ui

This commit is contained in:
2024-09-08 15:20:50 +02:00
parent 8fa8066e88
commit 1fa94762b0
5 changed files with 125 additions and 113 deletions

View File

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