Description
simple binding of css and html.
Description
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