Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

"NoMethodError: undefined method `specificity' for [:not(.block-layered-nav)]:Array"

This is in addition to this post: Can't compile rwd skin SCSS in Magento CE 1.9

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]

I removed the " from a:not(".button") > a:not(.button)

New error:

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

Commented out the block then I get:

"NoMethodError: undefined method `specificity' for [:not(:last-child)]:Array"
like image 753
Jon C. Avatar asked Oct 17 '14 19:10

Jon C.


1 Answers

This appears to be a known issue with Sass 3.4.6. You'll need to downgrade to 3.4.5 until this is fixed.

like image 74
cimmanon Avatar answered Nov 24 '22 09:11

cimmanon