Learn R Programming

imola (version 0.5.0)

generateGridCSS: 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.