[csswg-drafts] [css-transforms] (#3399)

Ernedar has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-transforms]  ==
Hello,
I would like to suggest adding percentage for [scale](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-function/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.


Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/3399 using your GitHub account

Received on Wednesday, 5 December 2018 17:19:13 UTC