Flowbite Configuration Link: https://flowbite.com/docs/getting-started/quickstart/
import flowbite from 'https://esm.sh/flowbite/plugin';
export default {
theme: {
extend: {
colors: {
clifford: '#da373d',
}
}
},
plugins: [
flowbite
]
}
Warning
When importing flowbite call it from flowbite/plugin and not from flowbite.
Check their configuration page for more info: https://flowbite.com/docs/getting-started/quickstart/