Converts a string of CSS styles to an object.
This function is used to convert a string of CSS styles to an object by splitting the string into key-value pairs and returning an object of styles where it can be used to apply inline styles to an element.
Source
0.4.0
Converts a string of CSS styles to an object.