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

`transitionDuration` incorrectly typed as `String` #142

Open nsaunders opened 2 years ago

nsaunders commented 2 years ago

Describe the bug The transitionDuration function should be typed as Time -> CSS instead of String -> CSS.