Text.CSS.CleverCSS
Description
Main parsing and evaluation module for CleverCSS.
- cleverCSSConvert :: SourceName -> String -> [(String, String)] -> IO (Either String String)
Documentation
Arguments
| :: SourceName | source (file) name |
| -> String | CleverCSS input |
| -> [(String, String)] | initial variable assignments |
| -> IO (Either String String) | CSS output |
Convert CleverCSS source to CSS. For documentation of available syntax and command line use, see http://sandbox.pocoo.org/clevercss-hs/.