# MIME type ('text/html') not a supported stylesheet MIME type

**URL:** https://discourse.roots.io/t/mime-type-text-html-not-a-supported-stylesheet-mime-type/11636
**Category:** trellis
**Created:** 2018-02-16T19:46:03Z
**Posts:** 40
**Showing post:** 8 of 40

## Post 8 by @alwaysblank — 2018-02-20T23:27:06Z

The browser will always return a 404 for `style.css` when you run `yarn start` because it uses webpack to inject styles directly into the page. The file in your dist folder is probably one left over from running `yarn build`. The specific error you’re seeing seems new. This workaround may work for you: [Enable CSS build when watching · Issue #1826 · roots/sage · GitHub](https://github.com/roots/sage/issues/1826)

Some other discussions:  
[https://discourse.roots.io/t/sage-9-main-css-404-on-devurl/9799/33](https://discourse.roots.io/t/sage-9-main-css-404-on-devurl/9799/33)  
[https://discourse.roots.io/t/consequences-of-absent-main-css-with-yarn-start-sage-9/10755/3](https://discourse.roots.io/t/consequences-of-absent-main-css-with-yarn-start-sage-9/10755/3)

---

_[View the full topic](https://discourse.roots.io/t/mime-type-text-html-not-a-supported-stylesheet-mime-type/11636)._
