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
According mozilla, short notation translate(-50) can be used, and should applied as translate(-50, 0). NS incorrectly interprets it as translate(-50, -50).
I came across this issue due to how webpack and uglifier now rewrite CSS rules to shortest possible form, and it causes UI to break.
Uh oh!
There was an error while loading. Please reload this page.
According mozilla, short notation
translate(-50)
can be used, and should applied astranslate(-50, 0)
. NS incorrectly interprets it astranslate(-50, -50)
.I came across this issue due to how webpack and uglifier now rewrite CSS rules to shortest possible form, and it causes UI to break.
See related webpack ticket.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: