Skip to contents

Generates all required css for a set of attributes, for a grid wrapper.

Usage

generateGridCSS(attributes, id, unique_areas, breakpoint_system)

Arguments

attributes

Normalized attribute list to generate css from.

id

The id of the parent wrapper element.

unique_areas

Unique names of areas that the grid contains.

breakpoint_system

Media breakpoints to use.

Value

A string with all placeholders replaced.