| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Language.Ltml.HTML.CSS.CustomClay
Synopsis
- renderStrict :: Css -> Text
- newtype Counter = Counter {}
- counter :: Counter -> Css
- counterNum :: Text -> Counter
- counterChar :: Text -> Counter
- counterCharCapital :: Text -> Counter
- stringCounter :: Text -> Counter
- counterReset :: Text -> Css
- counterIncrement :: Text -> Css
- alignLeft :: TextAlign
- alignRight :: TextAlign
- displayContents :: Display
- autoLayout :: Position
- gap :: Size LengthUnit -> Css
- scrollMarginTop :: Size LengthUnit -> Css
- tableLayout :: Position -> Css
- justifyItems :: JustifyContentValue -> Css
Css Rendering
renderStrict :: Css -> Text Source #
EDSL for CSS Counters
Type for concatinating strings (e.g. "(") with counters (e.g. counter(item))
counterNum :: Text -> Counter Source #
counterChar :: Text -> Counter Source #
counterCharCapital :: Text -> Counter Source #
stringCounter :: Text -> Counter Source #
counterReset :: Text -> Css Source #
counterIncrement :: Text -> Css Source #
Custom CSS Values
alignRight :: TextAlign Source #
displayContents :: Display Source #
autoLayout :: Position Source #
Custom CSS Properties
scrollMarginTop :: Size LengthUnit -> Css Source #
tableLayout :: Position -> Css Source #
justifyItems :: JustifyContentValue -> Css Source #