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

Parse mixin argument list that contains functions #77

Closed robocoder closed 11 years ago

robocoder commented 11 years ago

e.g.,

@include some-mixin(5px 5px 20px rgba(0, 0, 0, .8));