purescript-contrib / purescript-css

A clean, type-safe library for describing, manipulating and rendering CSS
Apache License 2.0
105 stars 39 forks source link

`skew`, `skewX`, and `skewY` are parameterized by numbers instead of angles #163

Open nsaunders opened 2 years ago

nsaunders commented 2 years ago

Describe the bug skew, skewX, and skewY accept Number arguments.

To Reproduce See for yourself.

Expected behavior These functions should accept angle arguments instead.

Additional context See MDN for more info.