-
Notifications
You must be signed in to change notification settings - Fork 464
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement selector functions #963
Comments
@xzyfer Added the accompanying test in pull request 281 |
Great work @onedayitwillmake! I left some feedback |
I've started work on this - should I do a WIP progress pull request? or just hold off? |
@onedayitwillmake sure, if you made some substantial progress, do a WIP PR! |
I have the base work done by @onedayitwillmake included in my latest WIP branch! |
We are now passing most spec tests since #1249 was merged 🎈 |
Ruby Sass 3.4 introduced a bunch of selector functions. With #548 pretty much done we're in a good spot to tackle this.
Source http://sass-lang.com/documentation/file.SASS_CHANGELOG.html#selector_functions
The text was updated successfully, but these errors were encountered: