flowbite-datepicker
flowbite-datepicker copied to clipboard
Tailwind v4 compatibility
When will it get updated to Tailwind v4?
Same question here
Error: It looks like you're trying to use tailwindcss directly as a PostCSS plugin. The PostCSS plugin has moved to a separate package, so to continue using Tailwind CSS with PostCSS you'll need to install @tailwindcss/postcss and update your PostCSS configuration.
Seems to be coming from the flowbite-datepicker
I made it work by upgrading then adding@source "../node_modules/flowbite-datepicker"; to my style.css`
My style.css is located in app/frontend/stylesheets and I am parsing all files under app
@import "tailwindcss" source("../../../app");
@source "../node_modules/flowbite-datepicker";