You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- [#1635](https://github.com/themesberg/flowbite-react/pull/1635) [`2024216`](https://github.com/themesberg/flowbite-react/commit/20242167a0c235344c6669a234d6fbb3b1992b60) Thanks [@SutuSebastian](https://github.com/SutuSebastian)! - Use CSS variables for `tailwindcss@v4` instead of inline colors.
`@plugin "flowbite-react/plugins/tailwindcss"` - this points to the legacy JS plugin (that uses inline colors)
25
+
26
+
after
27
+
`@import "flowbite-react/plugins/tailwindcss"` - this points to the CSS-based plugin (that uses CSS variables)
28
+
29
+
The breaking change is self-managed once upgrading `flowbite-react` and starting/building the app, which runs the `flowbite-react dev` or respectively `flowbite-react build` command that triggers the patch/fix/migration automatically.
0 commit comments