"NoMethodError:[:not(.block-layered-nav)]的未定义方法`特异性':Array"

Jon*_* C. 8 sass magento compass-sass

这是对这篇文章的补充:无法在Magento CE 1.9中编译rwd皮肤SCSS

Windows 8.1 / PowerShell
Compass 1.0.1 (Polaris)
Sass 3.4.6 (Selective Steve)
ruby 2.1.3p242 (2014-09-19 revision 47630) [x64-mingw32]
Run Code Online (Sandbox Code Playgroud)

我删除了"from a:not(".button")> a:not(.button)

新错误:

"NoMethodError: undefined method `specificity' for [:not(.block-layered-nav)]:Array";
Run Code Online (Sandbox Code Playgroud)

注释掉块然后我得到:

"NoMethodError: undefined method `specificity' for [:not(:last-child)]:Array"
Run Code Online (Sandbox Code Playgroud)

cim*_*non 16

这似乎是Sass 3.4.6的一个已知问题.在修复此问题之前,您需要降级到3.4.5.

  • @cimmanon谢谢 - 我只需要:`gem uninstall sass`然后`gem install sass -v 3.4.5`一切都好. (2认同)