generateGridAreaCSS: Creates styles for css grid areas.
Description
Creates 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
Vector of strings with the area names.
id
The id of the parent wrapper element.
Value
A vector of valid css strings.