cattrap-0.6.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

Instances

Instances details
PropertyParser CSSFlex Source # 
Instance details

Defined in Graphics.Layout.Flex.CSS

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

Lower the Flexbox styling tree to the Layout tree.