Parse a CSS style string into an array of property–value pairs.
Raw CSS style attribute value (e.g. "color: red; font-size: 12px;")
"color: red; font-size: 12px;"
Parsed property–value pairs
Parse a CSS style string into an array of property–value pairs.