# Roots/Sass build fails

**URL:** https://discourse.roots.io/t/roots-sass-build-fails/24327
**Category:** bud
**Tags:** sage10, bootstrap, webpack
**Created:** 2022-11-30T02:15:17Z
**Posts:** 6

## Post 1 by @joshuaDclark — 2022-11-30T02:15:17Z

I did a fresh Roots Bootstrap install and followed the steps to remove the Tailwind files. Upon running yarn build, it compiles with a few errors. Mainly what’s displayed in the screenshot. Has anyone else experienced this before?

 ![Screen Shot 2022-11-29 at 9.10.49 PM](https://discourse.roots.io/uploads/default/original/2X/3/34175427bfb5a0191f2427a2364a5c367ea0d24c.png)

---

## Post 2 by @kellymears — 2022-11-30T04:41:11Z

Did you remove `@roots/bud-tailwindcss` from `package.json`? If not, you should do that and re-run the install. If you already have you might want to `rm -rf node_modules` to make sure that `./node_modules/@roots/bud-tailwindcss` is not resolvable by `@roots/sage`.

If `@roots/sage` finds `@roots/bud-tailwindcss` it’ll try to use it. Tailwind is dying because it can’t find the config file.

---

## Post 3 by @joshuaDclark — 2022-12-01T03:45:47Z

Thanks for your detailed reply. Yes I can confirm that `@roots/bud-tailwindcss` is removed from package.json.

After running the `rm -rf node_modules` and re-running my install and build I still get the same error. I’m truly puzzled.

---

## Post 4 by @strarsis — 2022-12-02T15:42:32Z

Have you also adjusted the `bud.conf.mjs` and removed the tailwind-specific references there?

> <https://github.com/roots/sage/blob/6235f2fc53215826a37eea68f1e85af955b052c0/bud.config.mjs#L72-L74>

---

## Post 5 by @joshuaDclark — 2022-12-03T20:10:22Z

Yes, I did try that.

---

## Post 6 by @joshuaDclark — 2022-12-04T00:05:46Z

Updating this thread to let folks know I have resolved the issue. A postcss file in my root directory was causing an issue. Thanks for your input.
