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
Post a Comment