umd-styles-library
    Preparing search index...
    • 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.

      Parameters

      • styles: Record<string, any>

        The style properties to convert

      • selector: string

        The CSS selector to use

      Returns string

      The CSS string representation

      1.2.0