Vinicius de Santana
Vinicius de Santana
This broke for me too, I was using multiple config files:  My config: ```javascript const ui = SwaggerUIBundle({ dom_id: '#swagger-ui', urls:[ { url: "/docs/api-docs.json", name: "API" }, { url:...
Can i update the maxSize limit? 
> I think the class name should be `text-balance` rather than `text-balanced` > > FWIW; Tailwind use `text-balance` too: https://tailwindcss.com/docs/text-wrap#quick-reference _Originally posted by @coliff in [#41389](https://github.com/twbs/bootstrap/issues/41389#issuecomment-2858553557)_
I carry it inside the blade in header of blade: ```php @use('Illuminate\Support\Facades\Vite') {!! Vite::content('resources/sass/pdf.scss') !!} ```