css - sass in rails 4 not reading -


this simple. i'm not rails.

i set new project , controller called "say" , it's working fine. when write plain css in app/assets/stylesheets/say.scss reads fine.

however, when write sass, error message :

invalid css after "    font": expected selector or at-rule, ": $font-stack" 

how compile sass - compass in rails 4 ?

thanks !


Comments

Popular posts from this blog

How to check data type in C++? -

javascript - Is getTimezoneOffset() stable during daylight saving transition? -

sql server - SQL Query returns one result, does not return 0 or NULL result -