Today was my first time working with compass. I successfully created a project using sass through the command line.
The project creation went smoothly and all files are in order, with .sass extensions.
This is how the file structure looks like: http://prntscr.com/9m2i7s
However, here's where the issue arises - when I try to input some sass code, I encounter this error: http://prntscr.com/9m2isq.
I've identified the problem - the project seems to think I'm using scss syntax (without ';'s and '{ }'s).
I don't necessarily mind switching to scss, but it's puzzling because the project initially generated sass files for me. Any ideas on how I can continue with sass instead of scss?
Thank you!