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
| Versions | 0.0.1, 0.0.2, 0.0.3, 0.0.4 |
|---|---|
| Dependencies | base (4.*), blaze-html (≥0.4), hashable (≥1.1.1.0), language-css (≥0.0.2), unordered-containers (≥0.1.1) |
| License | BSD3 |
| Author | Anton Kholomiov |
| Maintainer | <anton.kholomiov@gmail.com> |
| Stability | Experimental |
| Category | Web |
| Upload date | Tue Mar 8 17:06:13 UTC 2011 |
| Uploaded by | AntonKholomiov |
| Built on | ghc-7.0 |
Modules
Downloads
- simple-css-0.0.4.tar.gz (Cabal source package)
- package description (included in the package)