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
In node-sass 1.2.2 (unsure of libsass version at that time) the calculation would return just the px unit like -119988px however in 2.0 beta the result is -119988em*px/em
@hugogiraudel sorry this was pulled from compass mixins, compass/typography/text/_replacement.scss in particular. I was under the impression that because the calculation (outputting just the px amount) worked in previous libsass versions that it may be a regression.
The raw sass solution is to strip away all units and then just multiply by -1px, so if this is intended then no big deal.
From sass/node-sass#585
A few compass translations to raw scss have a hide-text mixin
In node-sass 1.2.2 (unsure of libsass version at that time) the calculation would return just the px unit like
-119988px
however in 2.0 beta the result is-119988em*px/em
sass/sass-spec#212
The text was updated successfully, but these errors were encountered: