Learn R Programming

imola (version 0.5.0)

generateCSSPropertyStyles: Creates styles for a css property.

Description

Creates the required css statements for a specific css property. This includes the rules for all breakpoints.

Usage

generateCSSPropertyStyles(value, property, id, system)

Arguments

value

Normalized attribute value list.

property

The css attribute to generate rules for.

id

The id of the parent element.

system

A breakpoint system object to use.

Value

A vector of valid css strings.