-
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
Host selector regression in 3.4.5 (since 3.4.0): :host(:not(.foo)) #2464
Comments
This is already fixed on latest master. It also seems that sass 3.5 does not support this (beside 3.4 and 4.0 looking ok, only checked via sassmeister) |
Just to clarify:
|
Could this bug please be reopened until master branch is fixed? |
Thanks for checking, can confirm this regressed once more. Unfortunately we probably will not be able to fix it without regressing other more common use cases in a forseeable future. See #2055. As said in my initial comment, this does not seem to be supported by original ruby sass 3.5, although it seems to be in 3.4 and 4.0 (as checked via sassmeister). |
The following works in 3.4.0 but not in 3.4.5:
(3.4.5 outputs
{left:0}
here!)The text was updated successfully, but these errors were encountered: