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

`Overflow` type lacks `Visible`, `Hidden`, and `Inherit` instances #147

Open nsaunders opened 2 years ago

nsaunders commented 2 years ago

This means one must import hidden, visible, and inherit value functions from the CSS.Overflow module, which may conflict with e.g. the hidden function exported from CSS, which is the function declared on the Hidden type class.