Open c-o-l-i-n opened 8 months ago
Currently, the class origin-top-left applies the style transform-origin: top-left.
origin-top-left
transform-origin: top-left
The value top-left is invalid. It should be top left (space instead of hyphen).
top-left
top left
Fixes #215
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Currently, the class
origin-top-left
applies the styletransform-origin: top-left
.The value
top-left
is invalid. It should betop left
(space instead of hyphen).Fixes #215