Search code examples
twitter-bootstrapsassbootstrap-5

Bootstrap 5 sass components are not working


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:

enter image description here

I used this link to bootstrap <link href="/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet">


Solution

  • The solution to this problem is edit the link to bootstrap for this <link href="/bootstrap/dist/css/bootstrap.css" rel="stylesheet">