generateFlexCSS {imola} | R Documentation |
Creates styles for a css flex element.
Description
Creates the requires css statements for a specific set of flex attributes. This includes the css required to position each child element into the flex element.
Usage
generateFlexCSS(attributes, id, number_children, system)
Arguments
attributes |
Normalized attribute list. |
id |
The id of the parent element. |
number_children |
Number of child elements. |
system |
A breakpoint system object to use. |
Value
A vector of valid css strings.
[Package imola version 0.5.0 Index]