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
Ah, it seems I was mixin 0 and 0% making 100% work in some cases and -100% not work in others. Thanks for clearing that up.
Maybe it could be worth adding to documentation at least, it's not entirely obvious that calc will fail in all versions of IE, since just having basic support doesn't seem to be enough.
gets applies as
translate(0px, calc(0px, -x%), 0px)
. No version of IE appear to supportcalc()
inline oftranslate
or at least not in this case.See: http://jsfiddle.net/kitsunde/8N5LE/
The text was updated successfully, but these errors were encountered: