generateGridCSS {imola} | R Documentation |
Creates styles for css grid attributes.
Description
Creates styles for css grid attributes.
Usage
generateGridCSS(attributes, id, areas, system)
Arguments
attributes |
Normalized attribute list. |
id |
The id of the parent wrapper element. |
areas |
Area names in the grid. |
system |
A breakpoint system object to use. |
Value
A vector of valid css strings.
[Package imola version 0.5.0 Index]