Skip to contents

Generates the requires css statements for a specific set of grid areas. This includes the css required to position each child element into each of the named grid area.

Usage

generateGridAreaCSS(areas, id)

Arguments

areas

Unique names of areas for which css rules must be generated.

id

The id of the parent wrapper element.

Value

A vector of valid css strings.