I am new to sass and compiling sass to css with ruby is difficult so far. I have latest ruby and I have set the file watcher correctly too. Now the difficulty is that whatever i put into my sass file the css file with show error. the content of the files go something like the following. the input of the file .sass.
.content-navigation {
border-color: #eee;
color: #ddd;
}
the output in the css file
/*
Error: Invalid CSS after "#eee": expected expression (e.g. 1px, bold), was ";"
on line 3 of sass/newsfeed.sass
1:
2: .content-navigation {
3: border-color: #eee;
4: color: #ddd;
5: }
Backtrace:
sass/newsfeed.sass:3
C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/sass-