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.
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: