change flowbite x preline
This commit is contained in:
@@ -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")],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user