mirror of
https://github.com/BeardedTek/flowbite-beardedtek.com.git
synced 2025-12-05 21:21:52 +00:00
7 lines
87 B
JavaScript
7 lines
87 B
JavaScript
const config = {
|
|
plugins: [
|
|
"@tailwindcss/postcss"
|
|
]
|
|
}
|
|
|
|
module.exports = config |