page registro
This commit is contained in:
@@ -3,12 +3,10 @@ module.exports = {
|
||||
"./index.html",
|
||||
"./src/**/*.{vue,js,ts,jsx,tsx}",
|
||||
"./node_modules/flowbite/**/*.js",
|
||||
'node_modules/flowbite-vue/**/*.{js,jsx,ts,tsx,vue}',
|
||||
"node_modules/flowbite-vue/**/*.{js,jsx,ts,tsx,vue}",
|
||||
],
|
||||
theme: {
|
||||
extend: {},
|
||||
},
|
||||
plugins: [
|
||||
require('flowbite/plugin')
|
||||
]
|
||||
}
|
||||
plugins: [require("flowbite/plugin")],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user