Module
CSS.Flexbox 
- Package
- purescript-css
- Repository
- slamdata/purescript-css
CSS Flexible Box Layout http://dev.w3.org/csswg/css-flexbox-1
#SpaceAround Source
#SpaceBetween Source
#AlignContentValue Source
newtype AlignContentValueConstructors
Instances
- Eq AlignContentValue
- Ord AlignContentValue
- Generic AlignContentValue _
- IsString AlignContentValue
- Val AlignContentValue
- Other AlignContentValue
- Inherit AlignContentValue
- FlexStart AlignContentValue
- FlexEnd AlignContentValue
- Center AlignContentValue
- SpaceBetween AlignContentValue
- SpaceAround AlignContentValue
- Stretch AlignContentValue
#alignContent Source
alignContent :: AlignContentValue -> CSS#AlignItemsValue Source
#alignItems Source
alignItems :: AlignItemsValue -> CSS#AlignSelfValue Source
#alignSelf Source
alignSelf :: AlignSelfValue -> CSS#FlexDirection Source
#row Source
row :: FlexDirection#flexDirection Source
flexDirection :: FlexDirection -> CSS#flexShrink Source
flexShrink :: Int -> CSS#JustifyContentValue Source
newtype JustifyContentValueConstructors
Instances
- Eq JustifyContentValue
- Ord JustifyContentValue
- Generic JustifyContentValue _
- IsString JustifyContentValue
- Val JustifyContentValue
- Other JustifyContentValue
- Inherit JustifyContentValue
- Center JustifyContentValue
- FlexEnd JustifyContentValue
- FlexStart JustifyContentValue
- SpaceAround JustifyContentValue
- SpaceBetween JustifyContentValue
- Modules
- CSS
- CSS.Animation 
- CSS.Background 
- CSS.Border 
- CSS.Box 
- CSS.Color 
- CSS.Common 
- CSS.Display 
- CSS.Elements 
- CSS.Flexbox 
- CSS.Font 
- CSS.FontFace 
- CSS.Geometry 
- CSS.Gradient 
- CSS.ListStyle 
- CSS.ListStyle. Image 
- CSS.ListStyle. Position 
- CSS.ListStyle. Type 
- CSS.Media 
- CSS.Overflow 
- CSS.Property 
- CSS.Pseudo 
- CSS.Render 
- CSS.Selector 
- CSS.Size 
- CSS.String 
- CSS.Stylesheet 
- CSS.Text 
- CSS.Text. Shadow 
- CSS.Text. Transform 
- CSS.Text. Whitespace 
- CSS.TextAlign 
- CSS.Time 
- CSS.Transform 
- CSS.Transition 
- CSS.VerticalAlign