Код: Выделить всё
// tailwind.config.js
module.exports = {
content: [
//...
"./vendor/tales-from-a-dev/flowbite-bundle/templates/**/*.html.twig"
],
}
Подробнее здесь: https://stackoverflow.com/questions/796 ... lwindcss-4
Код: Выделить всё
// tailwind.config.js
module.exports = {
content: [
//...
"./vendor/tales-from-a-dev/flowbite-bundle/templates/**/*.html.twig"
],
}