Processes a list of attributes into valid css.
processGridAttributes(attributes, areas, id, mapping, default_values)
attributes | Attributes to process |
---|---|
areas | The grid areas of the parent element |
id | The parent element id |
mapping | Mapping for converting the attributes names to css attributes |
default_values | Default values used for processing. Includes a default value for each processable attribute and a callback for css rule creation |
A list of HTML elements.