Skip to contents

Generates the requires css statements for a specific css property. It will iterated over all breakpoints in the given value and return all statements for all breakpoints in a vector format.

Usage

generateCSSPropertyStyles(value, property, id, breakpoint_system)

Arguments

value

Normalized attribute value list to generate css from.

property

The type of grid to generate css for.

id

The id of the parent wrapper element.

breakpoint_system

Media breakpoints to use.

Value

A vector of valid css strings.