Safe Haskell | None |
---|---|
Language | Haskell98 |
Clay.Flexbox
- class FlexEnd a where
- class FlexStart a where
- class SpaceAround a where
- class SpaceBetween a where
- class Stretch a where
- newtype AlignContentValue = AlignContentValue Value
- alignContent :: AlignContentValue -> Css
- newtype AlignItemsValue = AlignItemValue Value
- alignItems :: AlignItemsValue -> Css
- newtype AlignSelfValue = AlignSelfValue Value
- alignSelf :: AlignSelfValue -> Css
- flex :: Int -> Int -> Size b -> Css
- flexBasis :: Size a -> Css
- newtype FlexDirection = FlexDirection Value
- row :: FlexDirection
- rowReverse :: FlexDirection
- column :: FlexDirection
- columnReverse :: FlexDirection
- flexDirection :: FlexDirection -> Css
- flexFlow :: FlexDirection -> FlexWrap -> Css
- flexGrow :: Int -> Css
- flexShrink :: Int -> Css
- newtype FlexWrap = FlexWrap Value
- nowrap :: FlexWrap
- wrap :: FlexWrap
- wrapReverse :: FlexWrap
- flexWrap :: FlexWrap -> Css
- newtype JustifyContentValue = JustifyContentValue Value
- justifyContent :: JustifyContentValue -> Css
- order :: Int -> Css
Documentation
CSS Flexible Box Layout http://dev.w3.org/csswg/css-flexbox-1
Minimal complete definition
Minimal complete definition
Minimal complete definition
Instances
newtype AlignContentValue #
Constructors
AlignContentValue Value |
alignContent :: AlignContentValue -> Css #
newtype AlignItemsValue #
Constructors
AlignItemValue Value |
alignItems :: AlignItemsValue -> Css #
newtype AlignSelfValue #
Constructors
AlignSelfValue Value |
alignSelf :: AlignSelfValue -> Css #
row :: FlexDirection #
column :: FlexDirection #
flexDirection :: FlexDirection -> Css #
flexFlow :: FlexDirection -> FlexWrap -> Css #
flexShrink :: Int -> Css #
wrapReverse :: FlexWrap #
newtype JustifyContentValue #
Constructors
JustifyContentValue Value |