-
Notifications
You must be signed in to change notification settings - Fork 464
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Implement is_superselector
sass function
#1202
Implement is_superselector
sass function
#1202
Conversation
By sheer accident I seem to have fixed #823, #1063 and #1091 😀 IMO we should be able to include the improvements for 3.2.4, since they are clear bugfixes. |
ea659cd
to
ff3f8a0
Compare
If you think it's ready we can ship it now. I'm keen to tag 3.2.4 in the
|
OK, just a few moments ... let me clean up some white-space and comments ... |
ff3f8a0
to
f8074a0
Compare
Also let's wait for CI here, then activate all spec tests and re-start the CI to check again ... |
Great. I think there are some specs that need to be activated from the
|
As always, I just create a big activate patch for the next release. |
Merged spec activation patch and restarting CI rebuild now ... |
is_superselector
sass function [RFC] [WIP]is_superselector
sass function
Implement `is_superselector` sass function
Based on #1064
This is mainly for me to try out is superselector behavior which is one root problem of our selector deduping issues (which covers pretty much all of the currently still open confirmed bug issues).
It may also be a base to get the work done by @onedayitwillmake merged into master for 3.3.