cssinjs / css-functions

JavaScript utility functions for CSSinJS to build CSS functions.
74 stars 9 forks source link

allow scale() to accept one arg like the spec #17

Closed trusktr closed 6 years ago

trusktr commented 6 years ago

Makes scale behave like the spec when one arg is supplied. But the output still looks like "scale(x, y)". Should we instead make it output like "scale(x)" in this case?