flowbite-datepicker icon indicating copy to clipboard operation
flowbite-datepicker copied to clipboard

Tailwind v4 compatibility

Open vaelu opened this issue 10 months ago • 2 comments

When will it get updated to Tailwind v4?

vaelu avatar Feb 15 '25 10:02 vaelu

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

EricDitp avatar Feb 18 '25 09:02 EricDitp

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";

hallelujah avatar Feb 24 '25 10:02 hallelujah