Closed benjamincrozat closed 5 months ago
Livewire v3 automatically injects styles for x-cloak (an attribute provided by Alpine.js) when using the @livewireStyles Blade directive.
x-cloak
@livewireStyles
Since Jetstream does not offer an Alpine.js-only setup, I guess we can safely remove it in resources/css/app.css.
It's fine if it's not broken. 👍 The "I guess" makes me nervous. 😅
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.