@mathjax/src
    Preparing search index...

    Class StyleJsonSheet

    The StyleJsonSheet class (for managing a collection of style definitions)

    Index
    styles: StyleJson = {}

    The styles as they currently stand

    • Parameters

      • styles: StyleJson = ...

        The style list to convert

      • spaces: string = ''

        The spaces to put at the beginning of each line

      Returns string[]

      An array of rule strings for the style list

    • Parameters

      • ...selectors: string[]

        The selectors for the styles to remove

      Returns void