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

#{headings()} mixin fails #117

Open srsgores opened 11 years ago

srsgores commented 11 years ago

The following code:

#{headings(all)} {
    font-weight: 300;
}

Will fail, and it will generate:

headings(all) {
    font-weight: 300;
}

When the Compass extension is loaded.