clevercss-0.2.4: A CSS preprocessor

Text.CSS.CleverCSS

Description

Main parsing and evaluation module for CleverCSS.

Synopsis

Documentation

cleverCSSConvertSource

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/.