cattrap-0.5.0.0: Lays out boxes according to the CSS Box Model.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Graphics.Layout.Flex.CSS

Description

Parse FlexBox-related CSS properties

Synopsis

Documentation

data CSSFlex Source #

Parsed FlexBox-related CSS properties.

Constructors

CSSFlex 

Fields

lowerFlex :: CSSFlex -> Font' -> [CSSFlex] -> [a] -> [Font'] -> Flex a Length Source #

Lower the Flexbox styling tree to the Layout tree.