As a beginner Sass user, I am working on mastering the SMACSS hierarchy and incorporating it into my project using Brackets. However, I have encountered an issue with mapping the main.scss file to the main.css file even though it compiles successfully via Ruby installed on my computer.
In my vendor folder, when I created a "robotodraft.scss" file following the FontFaceKit RobotoDraft example, it worked perfectly generating both css and css.map files automatically. Yet, when attempting to link multiple _underscorefiles in different folders to a main css file in the styles folder as shown in the image provided, nothing happens.
An update from 6/25/16: By creating a font.scss file to reference the fonts folder and files, I was able to compile successfully. However, the mystery remains as to why the main.scss file still refuses to compile despite being error-free. The syntax is correct but the desired outcome is unattainable.