mirror of
https://github.com/BeardedTek/flowbite-beardedtek.com.git
synced 2025-12-05 21:21:52 +00:00
7 lines
148 B
JavaScript
7 lines
148 B
JavaScript
module.exports = {
|
|
content: ['./src/**/*.html', './node_modules/flowbite/**/*.js'],
|
|
plugins: [
|
|
require('flowbite/plugin')
|
|
]
|
|
}
|
|
|