Hello,
I would like to suggest adding percentage for scale function in transformations.
Current state: scale() is using [-NUM, NUM] where NUM is whole number (integer)
Suggestion: scale() will support [-NUM, NUM] and [-%, %]
Example:
transform: scale(120%) will work same as transform:scale(1.2) is working right now.
It is not a game-breaker but it is nice to have.
Thank you for your work.