-
Notifications
You must be signed in to change notification settings - Fork 465
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 contextualization for keyframe rules #953
Conversation
👍 🎉 |
I don't think this is correct. We should just resolve the interpolate value. |
@xzyfer, nice catch. But the keyframes-selector can be |
Specs: sass/sass-spec#279 |
@xzyfer seems odd, since IMO the only place where this value is set is in
So the initial value seems to be a ruleset selector? But maybe you're right. It just looked like an oversight to me, and I thought that this would actually always be a selector ... |
@xzyfer What do you think about this PR in the meantime? Just wonder if it's better than nothing, regarding that it doesn't seem to break any existing spec tests? Or should I close it then? |
@mgreter I say leave it for now. I'll take a pass doing naive interpolation expanding. If it works as expected I'll use that otherwise I'll ship this. |
78e5140
to
8650a3b
Compare
I'll take a look at this over the weekend. I think it's rather straight forward. |
fc7ab9e
to
621f1e7
Compare
@xzyfer do you think you can come up with a better solution in a reasonable timeframe for the 3.2.0 release? IMO I'd rather include this PR as is than not including a fix for the reported issue. Would really like to include this fix in the next beta! Or do you see any obvious regressions in the changes? |
621f1e7
to
47dffc5
Compare
Implement selector contextualization for keyframe rules
Merged it beside the concerns given by @xzyfer. IMO this seems to be an improvement and we can add a more precise implementation later. Just want to have this included in the next release! |
Fixes #947