simple-css-0.0.2: simple binding of css and html

The simple-css package

Library binds css and html. It takes notion of html for content, css for styling to extreme. There are functions to build 'styling tree' and html elements can be placed only in the lists of the tree. Html elements can be groupped with div, span or a tags and styled with subset of css. Result of the programm is string of css code and list of html elements. Module SimpleCss contains core functions of the library and SimpleCss.Tricks translates some css tricks i've found in the web. See example/Main.hs to get started

Properties

Versions0.0.1, 0.0.2, 0.0.3, 0.0.4
Dependenciesbase (4.*), blaze-html (≥0.2 & ≤0.3), containers (0.*), language-css (0.0.1)
LicenseBSD3
AuthorAnton Kholomiov
Maintainer<anton.kholomiov@gmail.com>
StabilityExperimental
CategoryWeb
Upload dateMon Nov 29 21:08:38 UTC 2010
Uploaded byAntonKholomiov
Build failureghc-7.0 (log)

Modules

Downloads