You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The behaviour of this changed LibSass 3.4. Interestingly in this case Ruby Sass' output is also incorrect. A bug has been filed with Ruby Sass also sass/sass#2160.
The behaviour exhibited by LibSass here is different from Ruby Sass, but it is no more or less inconsistent. I don't believe this should block 3.4 unless it arises as an issue during RC.
We'll address this for good when sass/sass#2160 is resolved.
@nex3@chriseppstein is there a reason why ruby sass 3.5.5 still has this "unexpected" behavior? I believe this stems from static value parsing in ruby sass? Any plans if this will change in future versions? And if so, in what direction, leave it as is, or evaluate it as libsass currently does?
It just hasn't been a high priority to fix—as far as I know, it hasn't come up in any real code. -5%/2 is the correct output, so that's what libsass should target.
The behaviour of this changed LibSass 3.4. Interestingly in this case Ruby Sass' output is also incorrect. A bug has been filed with Ruby Sass also sass/sass#2160.
Expected output
LibSass 3.4 RC
Ruby Sass 3.4.21
Spec sass/sass-spec#940
The text was updated successfully, but these errors were encountered: