I have bootstrap 5 and all my design works great except the bootstrap components e.g. accordions, alerts, etc. do not work.
In these components it seems that bootstrap does not exist but all the sass files exist and all their values do not work.
He descargado bootstrap desde aqui
The component of alert seems as here:
I used this link to bootstrap <link href="/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet">
The solution to this problem is edit the link to bootstrap for this <link href="/bootstrap/dist/css/bootstrap.css" rel="stylesheet">