leafo / scssphp

SCSS compiler written in PHP
MIT License
1.34k stars 216 forks source link

Selector functions implementation #706

Closed Cerdic closed 5 years ago

Cerdic commented 5 years ago

Only selector-unify() is missing in the #310 list, but this is not the easiest as the compiler have not yet any internal function doing this job.

I pushed the PR so you can have a look, but I propose waiting it's complete to merge it.

The spec/test cases are taken from https://sass-lang.com/documentation/functions/selector with sometimes some addition for border cases

robocoder commented 5 years ago

ok; looking good

Cerdic commented 5 years ago

And I think the selector-unify() is not working too bad, completing the PR