# Bootstrap not working

**URL:** https://discourse.roots.io/t/bootstrap-not-working/26095
**Category:** sage
**Tags:** bootstrap, sage10
**Created:** 2023-10-10T21:26:56Z
**Posts:** 3

## Post 1 by @jerasokcm — 2023-10-10T21:26:56Z

Hello.

I’m trying to set up Sage 10 starter theme (Bedrock) on my Windows 10 + WSL2 system (Ubuntu 22.04.3 LTS). To accomplish this, I followed the official guide:

> **[Installing Sage | Sage Docs](https://roots.io/sage/docs/installation/)**
>
> Install Sage 10, a WordPress starter theme, by running `composer create-project roots/sage`.

After some adjustments, it seems that finally the basic theme is working. At least there are no errors when previewing the theme.

Now, during the Sage 10 installation there is no configuration script executed to choose the CSS framework and other settings, as was the case with Sage 9. So, I was forced to switch to Bootstrap, following this guide:

[https://roots.io/sage/docs/replacing-tailwind-with-bootstrap/](https://roots.io/sage/docs/replacing-tailwind-with-bootstrap/)

I got no visible errors during this procedure, but it seems that Bootstrap is not being loaded as expected. I don’t see any references to Bootstrap in the HTML and the normal Bootstrap classes have no effect.

Any suggestions?

---

## Post 2 by @csorrentino — 2023-10-11T00:14:42Z

After you build your theme `yarn build`, does the stylesheet in your public directory contain any bootstrap classes? I’m guessing that it should if you have imported bootstrap into your app.scss file.

---

## Post 3 by @jerasokcm — 2023-10-12T15:14:49Z

It seems that the problem was related with the version of _yarn_ I was using in the _Docker_ container. I repeated the whole installation process from scratch, making some adjustments, and now the _Bootstrap_ classes are present in the compiled CSS file.  
Thanks for your support.
