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
The text was updated successfully, but these errors were encountered:
Ukalus
changed the title
Modal background not transparent anymore, because of tailwind 2 removed classes in tailwind 3
Modal background not transparent anymore, because of tailwind 2 removed classes in tailwind 4
Mar 19, 2025
Describe the bug
bg-opacity- has been deprecated in Tailwind 3 and now completely removed in Tailwind 4.
could we update the Components to use opacity- instead?
workaround:
plugins: [
require("flowbite/plugin"),
plugin(function({ theme, matchUtilities }) {
const opacities = theme('opacity'); // Get the opacity theme values from Tailwind
],
Reproduction
use Flowbite svelte with Tailwind 4
Flowbite version and System Info
The text was updated successfully, but these errors were encountered: