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

Implements the white-space property #32

Closed adarqui closed 8 years ago

adarqui commented 8 years ago

Hi everyone,

I ran into a property I needed: white-space and it's attributes: normal, nowrap, pre, pre-wrap, pre-line.

I figured I would create a sub directory, since this is the white-space property of the Text portion of the css spec: https://www.w3.org/TR/css-text-3/

Not sure if that's acceptable to you guys. I will probably run across more properties/attributes that I need and i'll try to PR them in, just need to know the correct way to go about it.

Thanks!

FWIW, I successfully tested this on an app i'm writing.

garyb commented 8 years ago

Looks great, thanks!

adarqui commented 8 years ago

cool, thanks!