# Compile CSS files in dev mode

**URL:** https://discourse.roots.io/t/compile-css-files-in-dev-mode/24607
**Category:** bud
**Created:** 2023-01-19T19:34:35Z
**Posts:** 10
**Showing post:** 9 of 10

## Post 9 by @oxyc — 2024-07-29T17:11:37Z

Answering myself:

```
app.build.items.precss.setLoader('minicss');
  app.hooks.action('build.before', (bud) => {
    bud.extensions.get('@roots/bud-extensions/mini-css-extract-plugin').enable(true);
  });
```

---

_[View the full topic](https://discourse.roots.io/t/compile-css-files-in-dev-mode/24607)._
