laravel / jetstream

Tailwind scaffolding for the Laravel framework.
https://jetstream.laravel.com
MIT License
3.93k stars 809 forks source link

Removed duplicate [x-cloak] styling #1504

Closed benjamincrozat closed 3 weeks ago

benjamincrozat commented 3 weeks ago

Livewire v3 automatically injects styles for x-cloak (an attribute provided by Alpine.js) when using the @livewireStyles Blade directive.

Since Jetstream does not offer an Alpine.js-only setup, I guess we can safely remove it in resources/css/app.css.

taylorotwell commented 3 weeks ago

It's fine if it's not broken. 👍 The "I guess" makes me nervous. 😅