richthegeek / phpsass

A compiler for SASS/SCSS written in PHP, brought up to date (approx 3.2) from a fork of PHamlP: http://code.google.com/p/phamlp/
http://phpsass.com/
382 stars 83 forks source link

fix for fatal error when using @extend as an immediate child of a mixin #153

Closed gabrielfin closed 10 years ago

gabrielfin commented 10 years ago

fix for fatal error "Call to undefined method SassMixinNode::resolveSelectors() in tree/SassExtendNode.php on line 49" when using @extend as an immediate child of a mixin (see test case).