after upgrading to sass-3.1.8 form sass-3.1.7 I get this error:
Functions may only be defined at the root of a document.
any Idea how I ca
I have the same problem and could not solve it by modifying code.
The way I solved was to use an older version:
gem uninstall sass gem install sass -v 3.1.1