purescript-contrib/purescript-css

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

nsaunders opened this issue · 0 comments

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.