libghc-shakespeare-css-dev

Compile-time css templates
  http://hackage.haskell.org/package/shakespeare-css
  0
  no reviews



Shakespeare is a template family for type-safe, efficient templates with simple variable interpolation . shakespeare templates can be used inline with a quasi-quoter or in an external file. shakespeare interpolates variables according to the type being inserted. in this case, the variable type needs a tocss instance.

this package contains 2 css template languages. the cassius language uses whitespace to avoid the need for closing brackets and semi-colons. lucius does not care about whitespace and is a strict superset of css. there are also some significant conveniences added for css.

this package provides a library for the haskell programming language. see http://www.haskell.org/ for more information on haskell.