You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The LessphpFilter does not provide an interface to the registerFunction method in lessc.inc.php, however the ScssphpFilter does provide an interface to this through \Assetic\Filter\ScssphpFilter::registerFunction. Is there a reason there isn't parity between these 2 filters? I'm happy to do a PR to add this in, if it's likely to be approved.
thanks!
The text was updated successfully, but these errors were encountered:
No explicit reasoning for it nope; if your PR exposes existing functionality and works fine then I'm happy to review and merge it. Please ensure a test case is added for the change though :) Thanks!
The LessphpFilter does not provide an interface to the registerFunction method in lessc.inc.php, however the ScssphpFilter does provide an interface to this through
\Assetic\Filter\ScssphpFilter::registerFunction
. Is there a reason there isn't parity between these 2 filters? I'm happy to do a PR to add this in, if it's likely to be approved.thanks!
The text was updated successfully, but these errors were encountered: