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/
382
stars
83
forks
source link
scss syntax passed through mixin @content is not being parsed #86
Closed
arkonan closed 11 years ago
For the following example scss:
PHPSass produces the output:
Whereas http://sass-lang.com/try.html returns
As far as I can tell the issue is that SassContentNode::parse() returns $context->getContent() without parsing any nodes which might be inside.