Creates a JSS object from a CSS string.
The CSS string to convert
The JSS object with converted properties
import * as Styles from '@universityofmaryland/web-styles-library';Styles.create.jss.objectFromString('color: red; font-size: 16px;') Copy
import * as Styles from '@universityofmaryland/web-styles-library';Styles.create.jss.objectFromString('color: red; font-size: 16px;')
1.1.0
Creates a JSS object from a CSS string.