Process a JSS object and convert it to a CSS string with the given selector. This is an internal utility function used by the public CSS conversion functions. Uses PostCSS with postcss-nesting and postcss-js for reliable CSS processing.
The style properties to convert
The CSS selector to use
The CSS string representation
1.2.0
Process a JSS object and convert it to a CSS string with the given selector. This is an internal utility function used by the public CSS conversion functions. Uses PostCSS with postcss-nesting and postcss-js for reliable CSS processing.