StylePropertyDescriptor
typedef
A CSS style property descriptor that contains tuple of two strings:
- first string describes property name
- second string describes property value
const marginDescriptor = [ 'margin', '2px 3em' ];
const marginTopDescriptor = [ 'margin-top', '2px' ];