docs
docs copied to clipboard
Fix documentation about CSS.Transform.toString(transform)
According to this issue you should use CSS.Translate.toString(transform) instead of CSS.Transform.toString(transform) to prevent scale transformation issues.
I would like to suggest to replace all CSS.Transform.toString(transform) in the documentation to CSS.Translate.toString(transform) as default. All examples in the clauderic/dnd-kit repository are also using this.
This works great! Are there any tradeoffs in using CSS.Translate.toString(transform) instead?