# Scss file not affecting browsersync

**URL:** https://discourse.roots.io/t/scss-file-not-affecting-browsersync/16458
**Category:** sage
**Tags:** browsersync
**Created:** 2019-08-26T18:11:08Z
**Posts:** 5
**Showing post:** 2 of 5

## Post 2 by @josialoos — 2019-08-26T18:14:06Z

After half an hour of headache I found out, that I uncommented the @import of my custom .scss-file in to the main.scss file. As soon as I removed the uncommenting, browsersync would work perfectly on again.

Lesson learned: .scss files have to be @imported to the main.scss (or probably somewhere else like setup.php or so) in order to trigger browsersync.

---

_[View the full topic](https://discourse.roots.io/t/scss-file-not-affecting-browsersync/16458)._
