Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update to tailwind css v4 #499

Open
dahlan1991 opened this issue Feb 17, 2025 · 9 comments
Open

update to tailwind css v4 #499

dahlan1991 opened this issue Feb 17, 2025 · 9 comments

Comments

@dahlan1991
Copy link

will dev upgrade to tailwind css v4?
im now using tailwind v4 buat when using this modal

/** * Supported: 'sm', 'md', 'lg', 'xl', '2xl', '3xl', '4xl', '5xl', '6xl', '7xl' */ public static function modalMaxWidth(): string { return 'xl'; }

no matter what im choose from 'sm to 7xl' it not change, vene im done all config the setting.

@PhiloNL
Copy link
Contributor

PhiloNL commented Feb 20, 2025

Yes, there will be v4 support. I don't have an exact ETA yet though.

@Krato
Copy link

Krato commented Feb 27, 2025

Waiting for this too :D

@pioneers70
Copy link

pioneers70 commented Feb 27, 2025

Hello, me too!! ^^
P.s. It would be cool to dynamically change the size for different moments.

@sts-ryan-holton
Copy link

Yeah, got some issues with Tailwind CSS v4 too and have just updated!

@aliqasemzadeh
Copy link

@PhiloNL
I want to use pro version in laravel 12
but it looks there is no option to use in laravel 12.
Please I keep it update.

@PhiloNL
Copy link
Contributor

PhiloNL commented Mar 3, 2025

@PhiloNL I want to use pro version in laravel 12 but it looks there is no option to use in laravel 12. Please I keep it update.

Yes there is, please switch to v5 😄
https://changelog.anystack.sh/wire-elements-pro

@aliqasemzadeh
Copy link

will dev upgrade to tailwind css v4? im now using tailwind v4 buat when using this modal

/** * Supported: 'sm', 'md', 'lg', 'xl', '2xl', '3xl', '4xl', '5xl', '6xl', '7xl' */ public static function modalMaxWidth(): string { return 'xl'; }

no matter what im choose from 'sm to 7xl' it not change, vene im done all config the setting.

Safelist was removed from TailwindCSS v4.0
Then you have to set classes in model by your self.

@OrakFR
Copy link

OrakFR commented Mar 5, 2025

will dev upgrade to tailwind css v4? im now using tailwind v4 buat when using this modal
/** * Supported: 'sm', 'md', 'lg', 'xl', '2xl', '3xl', '4xl', '5xl', '6xl', '7xl' */ public static function modalMaxWidth(): string { return 'xl'; }
no matter what im choose from 'sm to 7xl' it not change, vene im done all config the setting.

Safelist was removed from TailwindCSS v4.0 Then you have to set classes in model by your self.

@aliqasemzadeh Can you be more precise? A code example would be appreciated!
Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants