purescript-contrib / purescript-css

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

Add text-overflow CSS property #97

Closed vyorkin closed 6 years ago

vyorkin commented 6 years ago

This PR adds only basic support for text-overflow (I believe only fade is missing), but should cover most use-cases of this property.

Resolves #96

vyorkin commented 6 years ago

Renamed placeholder -> custom, rebased