generateFlexChildrenCSS: Creates styles for the children of a css flex element.

View source: R/generators.R

generateFlexChildrenCSSR Documentation

Creates styles for the children of a css flex element.

Description

Creates css required to position each child element into the flex element.

Usage

generateFlexChildrenCSS(attributes, id, number_children, system)

Arguments

attributes

Normalized attribute list.

id

The id of the parent wrapper element.

number_children

Number of child elements in the wrapper. Required to generate rules for flex elements.

system

A breakpoint system object to use.

Value

A vector of valid css strings.


imola documentation built on April 19, 2022, 5:09 p.m.