Re: [Haskell-cafe] Ann: Cascading 0.1.0, DSL for Cascading Style Sheets

2013-06-20 Thread Ertugrul Söylemez
Ertugrul Söylemez wrote: > vendors $ "borderRadius" $= ("3mm" :: PropValue) Typo: vendors $ "border-radius" $= ("3mm" :: PropValue) Greets, Ertugrul -- Not to be or to be and (not to be or to be and (not to be or to be and (not to be or to be and ... that is the list monad.

[Haskell-cafe] Ann: Cascading 0.1.0, DSL for Cascading Style Sheets

2013-06-20 Thread Ertugrul Söylemez
Hi there, I've just released the first version of [cascading], library for writing/generating Cascading Style Sheets (CSS) in Haskell. The API design is inspired by many other projects, including blaze-html, HSP and Yesod's Lucius. [cascading]: Fea