Sass --watch not recompiling
I had the same issue.
I managed to fix it by deleting the SASS cache directory. I also ran sudo gem update
to update all gems on my system.
I'm not sure which of these things fixed it or if it was a combination of the two.