-
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
Interpolate variables in keyframe selector name #947
Comments
Thanks for the report @mechanicalduck. I'm unable to reproduce this in 3.2.0-beta.1
Could you try you try a fresh compilation ( If so please provide the environment you're running on. |
So the first example compiles indeed correctly after all. However, it won't compile correctly when the keyframe selector is wrapped in a @Keyframes selector (necessary for a css animation).
libsass output:
ruby sass output:
Thanks. |
You're correct, apologies. I was using the sample code supplied. Could you please create a [sass-spec](https://github.com/sass/sass-spec] for this issue? You can use the following as a good template https://github.com/sass/sass-spec/tree/master/spec/libsass-todo-issues/issue_823 |
I am glad this has been added to the 3.2 milestone. |
Added Pull Request for the specs: |
The 'needs test' tag could be removed now I guess - With best regards. |
For reference this is the
|
Variables in keyframe selectors are not interpolated (it works in @Keyframes, though).
Input:
Ruby sass output (expected):
Libsass output (not interpolated):
sassc: 3.1.0-13-g4e9a
libsass: 3.2.0-beta.1-3-gdea2
sass2scss: 1.0.3
With best regards
The text was updated successfully, but these errors were encountered: