getting error after ugrading to sass-3.1.8

后端 未结 3 1935
独厮守ぢ
独厮守ぢ 2020-12-17 01:36

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

3条回答
  •  Happy的楠姐
    2020-12-17 02:04

    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
    

提交回复
热议问题